Skip to content

Commit 6181a5a

Browse files
Merge branch 'develop' into bugfix/DEVSU-2194-retain-report-text-formatting
2 parents 170a79d + 55a5f72 commit 6181a5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/context/ResourceContext/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const useResources = (): ResourceContextType => {
3636
setAdminAccess(true);
3737
}
3838

39-
if (checkAccess(groups, [...ADMIN_ACCESS, 'manager'], ADMIN_BLOCK)) {
39+
if (checkAccess(groups, [...ADMIN_ACCESS, 'manager', 'Report Manager'], ADMIN_BLOCK)) {
4040
setReportSettingAccess(true);
4141
setReportEditAccess(true);
4242
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ipr-client",
4-
"version": "6.27.0",
4+
"version": "6.27.1",
55
"keywords": [],
66
"license": "GPL-3.0",
77
"sideEffects": false,

0 commit comments

Comments
 (0)