Skip to content

Commit

Permalink
BACKLOG-23340: Publish all under menu (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
AKarmanov authored Nov 29, 2024
1 parent 47aed5f commit bd45b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/JContent/actions/publishAction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const constraintsByType = {
hideOnNodeTypes: ['jnt:virtualsite', 'jnt:contentFolder', 'nt:folder', 'jmix:autoPublish']
},
publishAll: {
showOnNodeTypes: ['jnt:folder', 'jnt:contentFolder', 'jnt:page'],
showOnNodeTypes: ['jnt:folder', 'jnt:contentFolder', 'jnt:page', 'jnt:navMenuText'],
hideOnNodeTypes: ['jmix:autoPublish']
},
unpublish: {
Expand Down

0 comments on commit bd45b51

Please sign in to comment.