-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update internal mrf form language and align button behaviour #829
Conversation
🛡️ 1 Security Vulnerabilities You may view the full report here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Let's talk about the small changes to do tomorrow.
database/migrations/2024_11_14_184759_add_ogl_question_to_manuscript_records_table.php
Show resolved
Hide resolved
resources/src/models/ManuscriptRecord/views/ManuscriptRecordFormView.vue
Outdated
Show resolved
Hide resolved
Looks Good Co-authored-by: Vincent Auger <[email protected]> Signed-off-by: Mathew E <[email protected]>
🛡️ 1 Security Vulnerabilities You may view the full report here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
🛡️ 1 Security Vulnerabilities You may view the full report here. |
🛡️ 1 Security Vulnerabilities You may view the full report here. |
This pull request includes updates to the
ManuscriptRecord
model and its related components, controllers, and resources which manage thedo_not_apply_ogl
variable. These updates reflect the change in language to the Report Licensing question found within the DFO Publication MRF form.Frontend Changes
Backend Changes
do_not_apply_ogl
updated toapply_ogl
to reflect the new behaviour of the question.apply_ogl
inadd_ogl_question_to_manuscript_records_table
switched to True.Testing
ManuscriptRecordTest
to False reflect change in context ofapply_ogl
.