We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8128ca4 commit 7bbb28fCopy full SHA for 7bbb28f
src/pages/workflow/composables/useWorkflowNavigationConfig/useWorkflowNavigationConfigOJS.js
@@ -309,15 +309,20 @@ export function useWorkflowNavigationConfigOJS(pageInitConfig) {
309
}),
310
);
311
312
- if (permissions.canAccessProduction) {
+ if (
313
+ permissions.canAccessProduction &&
314
+ pkp.context.featureFlags?.enableBodyTextEditor
315
+ ) {
316
items.push(
317
getPublicationItem({
318
publicationId,
319
name: 'bodyText',
320
label: t('publication.bodyText'),
321
322
323
+ }
324
325
+ if (permissions.canAccessProduction) {
326
327
328
0 commit comments