Skip to content

Commit

Permalink
Org: External link form editbar buttons
Browse files Browse the repository at this point in the history
Make sure all relevant buttons are in the edit bar.

TYPE: Bugfix
LINK: OGC-1917
  • Loading branch information
BreathingFlesh authored Nov 25, 2024
1 parent 896b861 commit 1531f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/onegov/org/views/external_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def edit_external_link(

layout = layout or ExternalLinkLayout(self, request)
layout.edit_mode = True
links = layout.editmode_links + layout.editbar_links # type:ignore
layout.editmode_links = links

return {
'layout': layout,
Expand Down

0 comments on commit 1531f9b

Please sign in to comment.