File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## 8.2.0 (IN PROGRESS)
44* Use EditCard from stripes-leipzig-components ([ UIFC-451] ( https://folio-org.atlassian.net/browse/UIFC-451 ) )
55* Add error handling and loading states to EZB Credentials settings page ([ UIFC-457] ( https://folio-org.atlassian.net/browse/UIFC-457 ) )
6+ * Include mod-settings global permissions ([ UIFC-459] ( https://folio-org.atlassian.net/browse/UIFC-459 ) )
67
78## [ 8.1.0] ( https://github.com/folio-org/ui-finc-select/tree/v8.1.0 ) (2025-08-21)
89* Address code duplications ([ UIFC-342] ( https://folio-org.atlassian.net/browse/UIFC-342 ) )
Original file line number Diff line number Diff line change 8080 {
8181 "permissionName" : " module.finc-select.enabled" ,
8282 "displayName" : " UI: finc-select module is enabled" ,
83+ "subPermissions" : [
84+ " mod-settings.global.read.stripes-core.prefs.manage" ,
85+ " mod-settings.entries.collection.get"
86+ ],
8387 "visible" : false
8488 },
8589 {
8690 "permissionName" : " settings.finc-select.enabled" ,
8791 "displayName" : " Settings (finc-select): display list of settings pages" ,
8892 "subPermissions" : [
89- " settings.enabled"
93+ " settings.enabled" ,
94+ " mod-settings.global.read.stripes-core.prefs.manage" ,
95+ " mod-settings.entries.collection.get"
9096 ],
9197 "visible" : false
9298 },
You can’t perform that action at this time.
0 commit comments