File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 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 @@ -507,11 +507,9 @@ export default {
507
507
return field;
508
508
});
509
509
510
- // Add/remove save button depending on publication status or user permissions
511
- form .canSubmit =
512
- this .canEditPublication &&
513
- publication .status !== pkp .const .STATUS_PUBLISHED ;
514
-
510
+ // Add/remove save button depending on user permissions
511
+ form .canSubmit = this .canEditPublication ;
512
+
515
513
// Pass the publication status to the issue selection field
516
514
if (formId === pkp .const .FORM_ISSUE_ENTRY ) {
517
515
form .fields = form .fields .map ((field ) => {
You can’t perform that action at this time.
0 commit comments