-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add missing icon #222
Add missing icon #222
Conversation
@gforcada thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
@gforcada Either one is fine, since plone.app.discussion is in the list of core addon profiles whose upgrade steps are automatically run when Plone is upgraded: https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/MigrationTool.py#L101 |
Adding an upgrade step in |
Meanwhile with #211 in mind an upgrade step in here would be preferred. |
The `view` action of comments had no icon on Plone 6.
74903c1
to
aac8b0f
Compare
I have rebased this branch on 4.x and force pushed. I have changed the target of the PR from main to 4.x. |
aac8b0f
to
6983e35
Compare
@jenkins-plone-org please run jobs |
Wrong button... |
This comment was marked as resolved.
This comment was marked as resolved.
@jenkins-plone-org please run jobs |
@jenkins-plone-org please run jobs |
Seems that all is good, should I merge? @mauritsvanrees as you mostly overtook the PR, I leave that on you 😄 |
I'm testing the upgrade to Plone 6 and noticed that on the toolbar when editing a comment the
view
action was missing an icon.This fixes it.
That would require an upgrade step, should I add it here or on
plone.app.upgrade
? 🤔