-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: Correctly return app id and app version for core
styles and images
#50398
Conversation
…ages Signed-off-by: Ferdinand Thiessen <[email protected]>
03e2dbe
to
31664b3
Compare
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.
Makes sense while it also feels a tiny bit wrong to treat core as an app. I'd favor adjusting the caller to not look for an app version for appid=core but query ServerVersion directly
Yes but better safe than sorry (we also have many other places that treat core as an app) |
Fair enough |
✅ Tests included |
026b8d7
to
3abb708
Compare
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.
More complete then my quick patch and has tests 👍 ❤️
Signed-off-by: Ferdinand Thiessen <[email protected]>
3abb708
to
eea91fa
Compare
/backport to stable31 |
/backport to stable30 |
Make sure that assets loaded from
core/css
andcore/img
are correctly assigned the server version.