File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -220,12 +220,6 @@ const WorkflowPageWithDataAndTemplate = {
220
220
</PkpButton>
221
221
</template>
222
222
</PkpHeader>
223
- <div
224
- v-if="workingPublication.status === getConstant('STATUS_PUBLISHED')"
225
- class="pkpPublication__versionPublished"
226
- >
227
- This version has been published and can not be edited.
228
- </div>
229
223
<tabs
230
224
class="pkpPublication__tabs"
231
225
:is-side-tabs="true"
Original file line number Diff line number Diff line change @@ -487,11 +487,9 @@ export default {
487
487
return field;
488
488
});
489
489
490
- // Add/remove save button depending on publication status or user permissions
491
- form .canSubmit =
492
- this .canEditPublication &&
493
- publication .status !== pkp .const .STATUS_PUBLISHED ;
494
-
490
+ // Add/remove save button depending on user permissions
491
+ form .canSubmit = this .canEditPublication ;
492
+
495
493
// Pass the publication status to the issue selection field
496
494
if (formId === pkp .const .FORM_ISSUE_ENTRY ) {
497
495
form .fields = form .fields .map ((field ) => {
You can’t perform that action at this time.
0 commit comments