Skip to content

Commit

Permalink
pkp/pkp-lib#10618 Fix config for Jats to control correctly whether it…
Browse files Browse the repository at this point in the history
…s editable or not
  • Loading branch information
jardakotesovec committed Nov 26, 2024
1 parent 11f1a54 commit 0995003
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PkpButton
v-if="
publication.status !== getConstant('STATUS_PUBLISHED') &&
canEditPublication
canEdit
"
ref="uploadXMLButton"
@click="openFileBrowser"
Expand All @@ -22,7 +22,7 @@
<PkpButton
v-if="
publication.status !== getConstant('STATUS_PUBLISHED') &&
canEditPublication
canEdit
"
:disabled="isLoading"
:is-warnable="true"
Expand Down Expand Up @@ -106,7 +106,7 @@ export default {
},
mixins: [ajaxError, dialog],
props: {
canEditPublication: {
canEdit: {
type: Boolean,
required: true,
},
Expand Down

0 comments on commit 0995003

Please sign in to comment.