Skip to content
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

[Menu] Do not show Data Query Tool menu item with data_dict_view permission #5833

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Dec 5, 2019

The default schema incorrectly added a LorisMenuPermissions item for the
Data Query Tool if the user had the data_dict_view permission in the
default schema. This removes that line, as the correct permission
(according to the code) is the dataquery_view permission (which is
separately already included in the default schema. See line 209.)

(Note that I didn't include a patch for existing projects because this is
going to the bug fix release.)

The default schema incorrectly added a LorisMenuPermissions item for the
Data Query Tool if the user had the data_dict_view permission in the
default schema. This removes that line, as the correct permission
(according to the code) is the dataquery_view permission (which is
separately already included in the default schema.)
@driusan driusan added Release: Add to release notes PR whose changes should be highlighted in the release notes Area: UI PR or issue related to the user interface Cleanup PR or issue introducing/requiring at least one clean-up operation Language: SQL PR or issue that update SQL code labels Dec 5, 2019
@christinerogers
Copy link
Contributor

why not include a patch? too tricky to remove?

@ridz1208
Copy link
Collaborator

ridz1208 commented Dec 5, 2019

This could be sent out to 21 as well. I have a different PR for 21 that will also need a patch
#5838

@driusan driusan merged commit 93de3e4 into aces:22.0-release Dec 13, 2019
@ridz1208
Copy link
Collaborator

@driusan could you at least send a patch for this for master ?

@ridz1208 ridz1208 added this to the 22.0.1 milestone Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: UI PR or issue related to the user interface Cleanup PR or issue introducing/requiring at least one clean-up operation Language: SQL PR or issue that update SQL code Release: Add to release notes PR whose changes should be highlighted in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants