Skip to content

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

touhidurabir
Copy link
Member

for pkp/pkp-lib#9295 , second batch of PRs to update the implementation to

  1. remove the previously introduced published column in publications table
  2. introduce on the status column of publications table by introducing a new status PKPSubmission::STATUS_READY_TO_PUBLISH
  3. update the publishing/scheduling workflow by combining multiple modal into one .

if (data.value) {
const options = data.value.map((option) => ({
value: option.value,
label: option.label,
Copy link
Member Author

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 .

Comment on lines +254 to +261
watch(
selectedAssignmentType,
() => {
// Trigger validation update when assignment type changes
// which ensures validationErrors computed property updates
},
{immediate: true},
);
Copy link
Member Author

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 .

@asmecher
Copy link
Member

@jardakotesovec, sending to you for review.

@jardakotesovec
Copy link
Contributor

@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..
#688
pkp/ojs#5049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants