Skip to content

Commit

Permalink
IBX-1909: Hide autosave status in user create/edit (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 13, 2022
1 parent aa1e235 commit 3bf6fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
action_name: 'Create'|trans|desc('Creating'),
content_type_name: content_type.name,
icon_name: content_type.name,
show_autosave_status: true,
show_autosave_status: false,
title: 'new_content_item'|trans({'%contentType%': content_type.name})|desc('New %contentType%'),
subtitle: 'editing_details'|trans({ '%location_name%': parent_location.contentInfo.name })|desc('under %location_name%'),
context_actions: knp_menu_render(user_content_edit_menu, {'template': '@ibexadesign/ui/menu/context_menu.html.twig'})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
action_name: 'editing'|trans|desc('Editing'),
content_type_name: content_type.name,
icon_name: content_type.name,
show_autosave_status: true,
show_autosave_status: false,
title: content_type.name,
subtitle: 'editing_details'|trans({ '%location_name%': parent_location.contentInfo.name })|desc('under %location_name%'),
context_actions: knp_menu_render(user_content_edit_menu, {'template': '@ibexadesign/ui/menu/context_menu.html.twig'})
Expand Down

0 comments on commit 3bf6fa9

Please sign in to comment.