Skip to content

Commit 198812d

Browse files
chore(release): 7.1.0 [skip ci]
# [7.1.0](v7.0.1...v7.1.0) (2022-05-12) ### Bug Fixes * **admin:** fix create vo e2e test ([f8d80f0](f8d80f0)) * **admin:** fix editing service ([03cbdec](03cbdec)) * **admin:** fixed text inputs ([061bbcd](061bbcd)) ### Features * **admin-gui:** manual consent evaluation for service and consent hub ([b3146df](b3146df)) * **admin:** add Searcher to the admin section ([baa8d54](baa8d54)) * **admin:** hierarchical organizations ([cd7ed8e](cd7ed8e)) * **profile:** Local account management page ([8031ebc](8031ebc))
1 parent d82e267 commit 198812d

31 files changed

+354
-26
lines changed

dist/apps/admin-gui/142.540dc6375ca915d8.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/142.c901f6a31bdbd45f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/176.4214f0887288555b.js renamed to dist/apps/admin-gui/176.d23b7cf79573e45f.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/243.37e16c016d7e6a1a.js renamed to dist/apps/admin-gui/243.7ef490133a9f60bc.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/357.dc214fc92f49fd29.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/358.68c9abd8013a978d.js renamed to dist/apps/admin-gui/358.beccf3e89efbb56e.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/484.334c910d51040656.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/484.a4933cabff055e4e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/50.2f6574a040f40e25.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/892.2e699f7cea038bc2.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/995.391ae345db8262bc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"7.0.1"}
1+
{"version":"7.1.0"}

dist/apps/admin-gui/assets/i18n/en.json

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@
271271
"VO_DETAIL": {
272272
"ENTITY": "Organization",
273273
"SHORT_NAME": "Short name",
274+
"MEMBER_VOS": "Member organizations",
275+
"PARENT_VOS": "Member of organizations",
274276
"BACK": "Back",
275277
"RESOURCES": {
276278
"LIST": {
@@ -516,6 +518,30 @@
516518
"FILTER": "Filter by name or Id",
517519
"CREATE": "Create",
518520
"DELETE": "Remove"
521+
},
522+
"MEMBER_ORGANIZATIONS": {
523+
"TITLE": "Member organizations",
524+
"ADD": "Add",
525+
"REMOVE": "Remove",
526+
"FILTER": "Filter by name",
527+
"ADD_MEMBER_ORGANIZATION": {
528+
"TITLE": "Add member organization",
529+
"CANCEL": "Cancel",
530+
"BACK": "Back",
531+
"NEXT": "Next",
532+
"ADD": "Add",
533+
"SELECTION_STEP": "Select organization",
534+
"FILTER_VOS": "Filter by name",
535+
"CONFIRMATION_STEP": "Confirmation",
536+
"CONFIRM": "Do you really want to add this organization as member?",
537+
"WARNING": "Every member of this organization will become member of your organization",
538+
"SUCCESS": "Member organization successfully added"
539+
},
540+
"REMOVE_MEMBER_ORGANIZATION": {
541+
"TITLE": "Remove member organization",
542+
"WARNING": "By removing this organization it's new members won't be imported to your organization.",
543+
"SUCCESS": "Member organization successfully removed"
544+
}
519545
}
520546
},
521547
"APPLICATION": {
@@ -570,6 +596,10 @@
570596
"STATISTICS": {
571597
"TITLE": "Statistics",
572598
"MEMBERS_COUNT": "Members by status"
599+
},
600+
"RELATED_VOS": {
601+
"MEMBER_VOS": "Member organizations",
602+
"PARENT_VOS": "Member of organizations"
573603
}
574604
},
575605
"GROUP_DETAIL": {
@@ -787,9 +817,15 @@
787817
"SERVICE_DETAIL": {
788818
"ENTITY": "Service",
789819
"STATUS": "Status",
820+
"EVALUATE_CONSENTS": "Evaluate consents",
821+
"CONFIRM_DIALOG_TITLE": "Evaluate consents confirmation",
822+
"CONFIRM_DIALOG_DESCRIPTION": "Are you sure you want to evaluate consents for this service?",
823+
"EVALUATION_FINISH": "Consents evaluation completed",
790824
"STATUS_CHANGE_SUCCESS": "Service status was successfully changed",
791825
"ENABLED": "Enabled",
792826
"DISABLED": "Disabled",
827+
"USE_EXPIRED_MEMBERS_ENABLED": "This service is using expired members as well",
828+
"USE_EXPIRED_MEMBERS_DISABLED": "This service is not using expired members",
793829
"DESCRIPTION": "Description",
794830
"REQUIRED_ATTRIBUTES": {
795831
"TITLE": "Required attributes",
@@ -827,7 +863,8 @@
827863
"SPONSORS": "Sponsors",
828864
"SPONSORED_MEMBERS": "Sponsored members",
829865
"SERVICE_MEMBERS": "Service accounts",
830-
"STATISTICS": "Statistics"
866+
"STATISTICS": "Statistics",
867+
"MEMBER_ORGANIZATIONS": "Member organizations"
831868
},
832869
"FACILITY": {
833870
"OVERVIEW": "Overview",
@@ -895,7 +932,8 @@
895932
"SERVICES": "Services",
896933
"OWNERS": "Owners",
897934
"AUDIT_LOG": "Audit log",
898-
"CONSENT_HUBS": "Consent hubs"
935+
"CONSENT_HUBS": "Consent hubs",
936+
"SEARCHER": "Searcher"
899937
},
900938
"VISUALIZER": {
901939
"ATTR_DEPENDENCIES": "Modules dependencies",
@@ -2104,6 +2142,8 @@
21042142
},
21052143
"MEMBERS_LIST": {
21062144
"ID": "Id",
2145+
"VO_ID": "Organization Id",
2146+
"USER_ID": "User Id",
21072147
"NAME": "Name",
21082148
"STATUS": "Organization status",
21092149
"GROUP_STATUS": "Group status",
@@ -2232,7 +2272,18 @@
22322272
},
22332273
"CONSENT_HUBS": {
22342274
"TITLE": "Consent hubs",
2275+
"EVALUATE_CONSENTS": "Evaluate consents",
2276+
"CONFIRM_DIALOG_TITLE": "Evaluate consents confirmation",
2277+
"CONFIRM_DIALOG_DESCRIPTION": "Are you sure you want to evaluate consents for all selected consent hubs?",
2278+
"EVALUATION_FINISH": "Consents evaluation completed",
22352279
"SEARCH": "Search by Id, Name or Facilities"
2280+
},
2281+
"SEARCHER": {
2282+
"TITLE": "Searcher",
2283+
"TAB_USERS": "User",
2284+
"TAB_MEMBERS": "Members",
2285+
"TAB_FACILITIES": "Facilities",
2286+
"TAB_RESOURCES": "Resources"
22362287
}
22372288
},
22382289
"USER_DETAIL": {
@@ -2562,7 +2613,9 @@
25622613
"TABLE_RESOURCE_ID": "Id",
25632614
"TABLE_RESOURCE_NAME": "Name",
25642615
"TABLE_VO_NAME": "Organization",
2616+
"TABLE_VO_ID": "Organization Id",
25652617
"TABLE_FACILITY_NAME": "Facility name",
2618+
"TABLE_FACILITY_ID": "Facility Id",
25662619
"TABLE_RESOURCE_TAGS": "Tags",
25672620
"TABLE_SEARCH": "Filter",
25682621
"TABLE_RESOURCE_DESCRIPTION": "Description",
@@ -2597,6 +2650,16 @@
25972650
"FIND_USER": "Find user...",
25982651
"NO_USER_FOUND": "No matching user found"
25992652
},
2653+
"ATTR_DEF_SEARCH_SELECT": {
2654+
"SELECT_ATTR_DEF": "Select attribute definition",
2655+
"FIND_ATTR_DEF": "Find attribute definition...",
2656+
"NO_ATTR_DEF_FOUND": "No matching attribute definition found",
2657+
"SEARCH_PLACEHOLDER": "Search by selected attribute",
2658+
"ADD_PARAMETER": "Add parameter",
2659+
"REMOVE_PARAMETER": "Remove",
2660+
"SEARCH_BUTTON": "Search",
2661+
"SEARCH_BUTTON_TOOLTIP": "Search string cannot be empty"
2662+
},
26002663
"ATTRIBUTE_VALUE_LIST": {
26012664
"EDIT_DIALOG": {
26022665
"TITLE": "Edit attribute value",
Lines changed: 249 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)