-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
[Feature][Permission] Reconstruction of permissions of resource center and monitoring center. #10307
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
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.
+1
| </if> | ||
| <!-- <if test="userId != 0">--> |
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.
We can delete the unused code. Maybe you can fix it later
| </foreach> | ||
| </if> | ||
| ) | ||
| where d.type=#{type} and d.pid=#{id} and u.id = #{userId} |
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.
why no need d.user_id = u.id ?
…r and monitoring center. (apache#10307) * Reconstruction of permissions of resource center and monitoring center. * clear local logs. * resource query fix












Purpose of the pull request
Abstract functions, resource permission verification, and reconstruction of project management, security center, data source center, data quality, resource center and monitoring center module permission management.
Brief change log
close #10306
Verify this pull request
Manually verified the change by testing locally.