-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
MBS-12472: Show genre edit history links for all users #2574
Conversation
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.
It has to be rebased on master
first as the first commit belongs to another pull request.
Otherwise I just tested the sidebar fix with a local sample database as a privileged editor.
Not new to this pull request: It seems misleading to display “Log in to edit” for entity types that cannot be edited by non-privileged editors.
I did consider that re: "log in to edit". Added MBS-12477 for that. |
I put the relationship editor check on the wrong level originally. Compare with AreaSidebar.
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.
🚢
@brainzbot, retest this please |
* master: Update POT files using the production database Update translations from Transifex MBS-12459. Mimic native tooltip position offset (#2567) MBS-12472: Show genre edit history links for all users (#2574) Fix warning when displaying blank annotation text (#2578) Improve SQL formatting for language queries Add stat label for null language works MBS-12470: Fix work language query for null MBS-12470: Also list language = null in the stats page MBS-12470: Fix release language query for null Remove misleadingly-placed TODO MBS-12479: Add aliases for genres to the website MBS-12464: Also display event-work rels in Related Works (#2573) Remove seemingly useless test sql files (#2571) MBS-12474: Display Wikipedia extracts for genres (#2576) MBS-12475: Add autoselect for RYM genre URLs MBS-12475: Add autoselect for Wikidata genre URLs
* beta: Update POT files using the production database Update translations from Transifex MBS-12484: Hide genre alias edit links if limited (#2581) Update POT files using the production database Update translations from Transifex MBS-12459. Mimic native tooltip position offset (#2567) MBS-12472: Show genre edit history links for all users (#2574) Fix warning when displaying blank annotation text (#2578) Improve SQL formatting for language queries Add stat label for null language works MBS-12470: Fix work language query for null MBS-12470: Also list language = null in the stats page MBS-12470: Fix release language query for null Remove misleadingly-placed TODO MBS-12479: Add aliases for genres to the website MBS-12464: Also display event-work rels in Related Works (#2573) Remove seemingly useless test sql files (#2571) MBS-12474: Display Wikipedia extracts for genres (#2576) MBS-12475: Add autoselect for RYM genre URLs MBS-12475: Add autoselect for Wikidata genre URLs Update POT files using the production database Update translations from Transifex Rewrite "Test X" test names (#2575) Bump Flow to 0.181.1 MBS-12458: Error if trying to load annotation for wrong entity (#2568) MBS-11599: Allow adding URL relationships to genre pages (#2497) Fix the hydrate div name for AliasEditForm (#2490) Extend useful Controller::Ratings tests to other entities Document and standardize Controller::Tags tests
Fix MBS-12472
I put the relationship editor check on the wrong level originally. Compare with
AreaSidebar
.