Skip to content

Commit

Permalink
Fix order of add_dynamic buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Sep 20, 2023
1 parent 8d16fba commit 1e10396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openatlas/forms/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def __init__(
self.related_tables = related_tables or []
self.add_dynamical = \
(add_dynamic or []) if is_authorized('editor') else []
self.add_dynamical.reverse() # Reverse needed (CSS .float-end)

widget = TableSelect()

Expand Down

0 comments on commit 1e10396

Please sign in to comment.