#1977: Move group setting to management panel#2024
#1977: Move group setting to management panel#2024allyoucanmap merged 6 commits intoGeoNode:masterfrom
Conversation
(cherry picked from commit f19ea4a0f62a0ca8f446af653572872fcf1211d4)
|
@allyoucanmap This PR is ready for review. Group modification has been added to the management panel, and the owner field has been removed in line with the latest requirements for this issue |
allyoucanmap
left a comment
There was a problem hiding this comment.
There are changes inside the submodule, shouldn't be aligned with master?
| function DetailsSettings({ resource, onChange }) { | ||
| return ( | ||
| <FlexBox column gap="md" className="gn-details-settings _padding-tb-md"> | ||
| <FlexBox.Fill gap="xs" className="_padding-b-xs"> |
There was a problem hiding this comment.
Do we need specific permission to visualize this dropdown?
There was a problem hiding this comment.
Not that I can remember of and not specifically asked in the requirement too. Only that it needs to be disabled when permission is missing change_resourcebase
geonode-mapstore-client's master is aligned with 2025.01.xx of MS. So I have just pulled in the latest changes of the stable branch from MS |
Description
The PR moves the group to Management panel.
Update:
This PR is dependent on permissions PR. When #2017 is merged, this PR will be aligned to avoid any merge conflictsNote
For testing locally, the backend branch in geonode isISSUE_12996. Backend PRIssue
Screenshot