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 0e21d51 commit f5c6f72Copy full SHA for f5c6f72
src/components/Container/SettingsPage.vue
@@ -110,6 +110,13 @@ export default {
110
}
111
112
113
+ // Add or remove the content navigation link by reloading the page,
114
+ // since the content menu is handled by app-specific server-side code
115
+ // to avoid managing it in the frontend, as it's shared across other apps.
116
+ if (formId === pkp.const.FORM_CONTENT_COMMENT) {
117
+ window.location.reload();
118
+ }
119
+
120
// Update allowed pubObjects for DOI assignment on registration agency change
121
if (formId === pkp.const.FORM_DOI_REGISTRATION_SETTINGS) {
122
const newlyEnabledPlugin = context.registrationAgency;
0 commit comments