-
Notifications
You must be signed in to change notification settings - Fork 451
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
Standardize PKPRouter::initialize() calls #10823
Closed
jonasraoni opened this issue
Jan 19, 2025
· 0 comments
· Fixed by pkp/ojs#4612, #10824 or pkp/omp#1814
Closed
Standardize PKPRouter::initialize() calls #10823
jonasraoni opened this issue
Jan 19, 2025
· 0 comments
· Fixed by pkp/ojs#4612, #10824 or pkp/omp#1814
Labels
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
Milestone
Comments
jonasraoni
added
the
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
label
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/ojs
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/ojs
that referenced
this issue
Jan 19, 2025
…ndardize-pkprouter-initialization##
This was
linked to
pull requests
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/omp
that referenced
this issue
Jan 19, 2025
jonasraoni
added a commit
to jonasraoni/omp
that referenced
this issue
Jan 19, 2025
…ndardize-pkprouter-initialization##
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/pkp-lib
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/ojs
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/ojs
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/ojs
that referenced
this issue
Jan 20, 2025
…ndardize-pkprouter-initialization##
jonasraoni
added a commit
to jonasraoni/omp
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/omp
that referenced
this issue
Jan 20, 2025
jonasraoni
added a commit
to jonasraoni/omp
that referenced
this issue
Jan 20, 2025
…ndardize-pkprouter-initialization##
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
Describe the bug
Most of the code is using
public function initialize($request, $args = null)
, but some are usingpublic function initialize($request)
, it's actually not breaking anything at the moment.What application are you using?
OJS main
The text was updated successfully, but these errors were encountered: