Skip to content

Commit

Permalink
test: do not check be version
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda committed Oct 17, 2024
1 parent 971b220 commit 25483c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Element/Form/relation.twig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{{ Form.hidden('children_order', {'id': 'children-order'})|raw }}
{% endif %}
{% else %}
{% if System.isBEditaApiVersionGte('5.30.0') and Perms.canSave() and not readonly %}
{% if Perms.canSave() and not readonly %}
<sort-related
:object-id="{{ mainObject.id|json_encode }}"
:object-type="{{ mainObject.type|json_encode }}"
Expand Down

0 comments on commit 25483c8

Please sign in to comment.