Skip to content

Commit

Permalink
Merge pull request #2378 from FAIRsharing/processing_notes_again
Browse files Browse the repository at this point in the history
Processing notes again
  • Loading branch information
knirirr authored Sep 11, 2024
2 parents 8a26f18 + 5907099 commit 08bbce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/components/Curators/MaintenanceRequests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@
general: null
};
let preparedRecord = {
processing_notes: ""
processing_notes: "",
skip_approval: true
};
preparedRecord.processing_notes = notesText;
let data = {
Expand Down
4 changes: 1 addition & 3 deletions src/components/Curators/RecordsAwaitingApproval.vue
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,7 @@
const _module = this;
_module.dialogs.disableButton = true;
let preparedRecord = {
approved: true,
skip_approval: true,
processing_notes: null,
processing_notes: undefined,
create_review: _module.dialogs.createReview,
hidden: _module.dialogs.recordHidden
};
Expand Down

0 comments on commit 08bbce1

Please sign in to comment.