Skip to content

pkp/pkp-lib#9295 publishing without issue assignment in editorial workflow #11385

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 1 commit into
base: main
Choose a base branch
from

Conversation

touhidurabir
Copy link
Member

for #9295 .

@@ -1273,6 +1273,11 @@ public function editPublication(Request $illuminateRequest): JsonResponse
return response()->json($errors, Response::HTTP_BAD_REQUEST);
}

// If no issue is selected, it will be considered as continuous publication
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible, any references to issueId should be kept in the OJS codebase. (There are a few places where we aren't 100% tidy with this.)

Copy link
Member Author

@touhidurabir touhidurabir Jun 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I was having a bit trouble where to move this part without duplicating a lot of code but now it's fine as moved to repository with different check and implementation .

@touhidurabir touhidurabir marked this pull request as ready for review May 30, 2025 12:23
pkp#9295 mute php 8.4 annoying deprecation warning

pkp#9295 remove context level settings named continuousPublication

pkp#9295 removed unused methods

pkp#9295 removed issue checking in core lib controller
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.

2 participants