-
Notifications
You must be signed in to change notification settings - Fork 52
pkp/pkp-lib#9295 continuous publication implementation update #683
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
base: main
Are you sure you want to change the base?
Conversation
59b21c7
to
b3f6fcf
Compare
if (data.value) { | ||
const options = data.value.map((option) => ({ | ||
value: option.value, | ||
label: option.label, |
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.
probably should apply JS version stripUnsafeHtml here .
watch( | ||
selectedAssignmentType, | ||
() => { | ||
// Trigger validation update when assignment type changes | ||
// which ensures validationErrors computed property updates | ||
}, | ||
{immediate: true}, | ||
); |
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.
this probably not needed anymore .
…status as STATUS_READY_TO_PUBLISH
836ca9b
to
6966b39
Compare
6966b39
to
0f61ced
Compare
@jardakotesovec, sending to you for review. |
@asmecher I would prefer not to merge this version, and still make the adjustments to use existing form fields, and not creating new field which combines multiple fields. Example I provided is available on these PRs.. |
for pkp/pkp-lib#9295 , second batch of PRs to update the implementation to
published
column inpublications
tablestatus
column ofpublications
table by introducing a new statusPKPSubmission::STATUS_READY_TO_PUBLISH