Skip to content

Commit

Permalink
DIS-270- Allow any user with the permission to modify system variable…
Browse files Browse the repository at this point in the history
…s the permission to enable branded apps, not just aspen_admin.
  • Loading branch information
mdnoble73 committed Feb 6, 2025
1 parent 63769c2 commit 86aa789
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions code/web/release_notes/25.02.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

### Aspen LiDA Updates
- When validating authentication tokens for LiDA, use the API keys within Branded App Settings if available, rather than validating against the Greenhouse. (DIS-270) (*MDN*)
- Allow any user with the permission to modify system variables the permission to enable branded apps, not just aspen_admin. (DIS-270) (*MDN*)
- Added new setting to show/hide More Info button on the Grouped Work screen in Aspen LiDA. (DIS-207) (*KK*)

<div markdown="1" class="settings">
Expand Down
1 change: 0 additions & 1 deletion code/web/sys/SystemVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ static function getObjectStructure($context = ''): array {
$objectStructure['indexingSection']['properties']['storeRecordDetailsInDatabase']['type'] = 'hidden';
$objectStructure['indexingSection']['properties']['indexVersion']['type'] = 'hidden';
$objectStructure['indexingSection']['properties']['searchVersion']['type'] = 'hidden';
$objectStructure['enableBrandedApp']['type'] = 'hidden';
$objectStructure['enableAspenEvents']['type'] = 'hidden';
}

Expand Down

0 comments on commit 86aa789

Please sign in to comment.