-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Updated frontend bundles to include the fixes #8106
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
Updated frontend bundles to include the fixes #8106
Conversation
Reviewer's Guide by SourceryThis pull request updates the frontend bundles to include necessary fixes for a missing structure mode button in django CMS 4.0.1.x. The static files were regenerated by running No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @sgordeychuk - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Hi @fsbraun Could you please take a look and let me know if everything is good? |
@sgordeychuk The bundles are only rebuilt when a release is generated as @joshyu mentioned #7970 (comment). Generally, the release process does also include an update of the docs, translations, changelog, etc. It's entirely up to you to decide when to release. The only request I have is an update of the changelog. This would need to include all changes since the last release(s). Here's what I see (but you'll need to check):
|
Thanks for the info @fsbraun ! You've listed almost everything "released" in the last commits in the 4.0.1.x branch. It's a bit difficult here because 4.0.1 version is not officially released so changelog looks weird. I was mostly using the last changelog items and tracked down other changes in git after the last line there. |
Description
While debugging the fix for the missing structure mode button in the django CMS 4.0.1.x I found that static files were not built correctly by Kobe because the fix is not there. I've checked it on a clean CMS installation and it only works with the version of this commit (KCuppens@13a93e1) when the bundles were correct. In the release build of dev5 the bundle is incorrect and doesn't have the "missing structure button" fix.
I've regenerated the static files by running
gulp bundle
and updated the version and now the fix is working correctly.Please let me know if I need to add any other info.
Related resources
Checklist
develop-4
Summary by Sourcery
Update frontend bundles to version 4.0.1.dev6, including the fix for the missing structure mode button.
Bug Fixes:
Build:
gulp bundle
.