You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/controls/PublishButton/PublishButton.js
Copy file name to clipboardExpand all lines: invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/controls/PublishButton/SubmitReviewOrPublishButton.js
+4-1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ class SubmitReviewOrPublishComponent extends Component {
29
29
showDirectPublishButton,
30
30
showSubmitForReviewButton,
31
31
record,
32
+
permissions,
32
33
...ui
33
34
}=this.props;
34
35
const{ modalOpen }=this.state;
@@ -61,13 +62,14 @@ class SubmitReviewOrPublishComponent extends Component {
61
62
/>
62
63
<PublishButton
63
64
buttonLabel={i18next.t("Publish without community")}
0 commit comments