Skip to content

Commit

Permalink
Realtime screen uses entity role #5435
Browse files Browse the repository at this point in the history
Signed-off-by: ClementBouvierN <clement.bouvierneveu@rte-france.com>
  • Loading branch information
ClementBouvierN authored and freddidierRTE committed Jan 9, 2024
1 parent ee54853 commit 97f6ed7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/docker/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ operatorfabric.users.default:
name: European Supervision Centers
description: European Supervision Centers
entityAllowedToSendCard: false
- id: CENTRAL_SUPERVISION_CENTERS
name: Central Supervision Centers
description: Central Supervision Centers
roles: ["REALTIME_SCREEN_GROUP"]
- id: IT_SUPERVISOR_ENTITY
name: IT SUPERVISION CENTER
description: IT SUPERVISION CENTER
Expand Down
2 changes: 2 additions & 0 deletions src/docs/asciidoc/resources/migration_guide_to_4.2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ Now entities shouldn't be grouped in the configuration file anymore. Instead ent


With this parent entity 1 and parent entity 2 need to be declared and the name of the parent entities will be the name of the groups.

With this parent entity 1 and parent entity 2 need to be declared and the name of the parent entities will be the name of the group.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"screenName": "All Control Centers",
"screenColumns": [

{
"entitiesGroups": ["EUROPEAN_SUPERVISION_CENTERS"]
},
Expand Down

0 comments on commit 97f6ed7

Please sign in to comment.