Skip to content

Fix #12309 - Add usergroups to default monitoredState#12310

Merged
offtherailz merged 4 commits into
geosolutions-it:masterfrom
offtherailz:fix_usergroups
May 11, 2026
Merged

Fix #12309 - Add usergroups to default monitoredState#12310
offtherailz merged 4 commits into
geosolutions-it:masterfrom
offtherailz:fix_usergroups

Conversation

@offtherailz
Copy link
Copy Markdown
Member

Description

This support easy configuration for usergroups

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

Fix #12309

What is the new behavior?

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

Comment thread web/client/utils/PluginsUtils.js Outdated
};

const defaultMonitoredState = [{name: "mapType", path: 'maptype.mapType'}, {name: "user", path: 'security.user'}];
const defaultMonitoredState = [{name: "mapType", path: 'maptype.mapType'}, {name: "user", path: 'security.user'}, {name: "usergroups", selector: userGroupsEnabledSelector}];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a note, maybe we can move most of the current monitored state entries inside the core localConfig.json here, to clean up the default configuration

@offtherailz offtherailz enabled auto-merge (squash) May 11, 2026 13:27
@offtherailz offtherailz merged commit dea6dce into geosolutions-it:master May 11, 2026
12 checks passed
@offtherailz
Copy link
Copy Markdown
Member Author

Successfully created backport PR for 2026.01.xx:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

monitoredState should support natively also usergroups

2 participants