Skip to content

Commit 72b06b6

Browse files
authored
Fixed interlinks and names for rule-manager (#11785)
1 parent f27d5cc commit 72b06b6

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/user-guide/rule-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As an admin user, it is possible to manage **Rules** for different **GeoServer I
99
<img src="../img/rule-manager/rule-manager.jpg" class="ms-docimage"/>
1010

1111
!!! Warning
12-
The Rules Manager must be installed via the [plugin configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.RulesManager) to be available in the MapStore UI.
12+
The Rules Manager must be installed following the instructions of the [rules manager page setup](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/framework#pages.RulesManager) to be available in the MapStore UI.
1313

1414
## Manage Rules
1515

web/client/plugins/RulesDataGrid.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const GSInstancesGridComp = gsInstGridEnhancer(GSInstancesGrid);
6161
* @prop {number} cfg.vsOverScan default 20. Number of rows to load above/below the visible slice of the grid
6262
* @prop {number} cfg.scrollDebounce default 50. milliseconds of debounce interval between two scroll event
6363
* @classdesc
64-
* Rules-grid it's part of rules-manager page. It loads GeoFence's rules from configured geofence instance.
64+
* Rules-grid it's part of {@link api/framework#pages.RulesManager|rules-manager page}. It loads GeoFence's rules from configured geofence instance.
6565
* It uses virtualScroll to manage rules loading. It allows to order GeoFence's rules by drag and drop.
6666
* Rules can be filtered selecting values form columns' header.
6767
*/

web/client/plugins/RulesEditor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const GSInstanceEditorComp = compose(
4646
gsInstanceEnhancer)(GSInstanceEditor);
4747

4848
/**
49-
* Rules-editor it's part of rules-manager page. It allow a admin user to add, modify and delete geofence rules
49+
* Rules-editor it's part of {@link api/framework#pages.RulesManager|rules-manager page}. It allow a admin user to add, modify and delete geofence rules
5050
* @name RulesEditor
5151
* @memberof plugins
5252
* @prop {boolean} cfg.disableDetails disable details tab. (Style/Filters/Attribute). Useful to avoid issues with GeoServer integrated version that do not full support this advanced features via REST

web/client/plugins/RulesManagerFooter.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ class RulesManagerFooter extends React.Component {
4343
}
4444

4545
/**
46-
* Footer plugin for {@link #plugins.RulesEditor}
47-
* @name RulesManager
46+
* Footer plugin for {@link #plugins.RulesEditor}. Deprecated. Will be removed in next versions of MapStore.
47+
* @name RulesManagerFooter
48+
* @deprecated
4849
* @class
4950
* @memberof plugins
5051
*/

0 commit comments

Comments
 (0)