Skip to content

Commit

Permalink
Org: Re-add submit-button for directory entry suggestion button
Browse files Browse the repository at this point in the history
TYPE: Bugfix
LINK: OGC-1986
  • Loading branch information
BreathingFlesh authored Dec 16, 2024
1 parent daae7c3 commit 7e4076f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onegov/org/views/directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ def handle_submit_directory_entry(
layout = layout or DirectoryEntryCollectionLayout(self, request)
layout.include_code_editor()
layout.breadcrumbs.append(Link(title, '#'))
layout.edit_mode = True

return {
'directory': self.directory,
Expand Down

0 comments on commit 7e4076f

Please sign in to comment.