-
Notifications
You must be signed in to change notification settings - Fork 448
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
Unable to upload images to custom nav item at site level #10578
Comments
PR: Tests only: I can't remember whether the tests capture updates to plugin submodules or not. Will the tests above work ok or do I need to do something special? |
There were a few test failures but they look inconsistent to me. |
I would support those changes but you might need to do a small bit of digging when it comes to the |
@asmecher I've added PRs for each of the branches. I've manually tested Steps to reproduce:
Here is the error in my logs:
I think |
@jonasraoni, could you have a look at the above comment? |
I can confirm it's a side-effect, probably from a merge conflict, I'll push a fix on the other issue. |
Describe the bug
I want to upload an image to a custom page navigation menu item. This is possible when using a custom page at the journal level, but not at the site level.
To Reproduce
Steps to reproduce the behavior:
Follow the same steps at the journal level to see that the image upload option is available.
What application are you using?
OJS
stable-3_3_0
branch.Additional information
This happens because the TinyMCE plugin doesn't add the
uploadUrl
to the plugin settings when no context is available. However, files are stored by user, not context, so the upload will work if enabled. PR incoming.The text was updated successfully, but these errors were encountered: