@rh-support/user-permissions 2.5.8 → 2.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -267,7 +267,7 @@ export const userPermissions = {
|
|
|
267
267
|
return true;
|
|
268
268
|
},
|
|
269
269
|
[CaseListFields.VERSIONS_FILTER]: (user, userAccount) => {
|
|
270
|
-
return
|
|
270
|
+
return true;
|
|
271
271
|
},
|
|
272
272
|
[CaseListFields.SEVERITY_FILTER]: (user, userAccount) => {
|
|
273
273
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/user-permissions",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.11",
|
|
4
4
|
"description": "For managing user permissions ",
|
|
5
5
|
"author": "Karan Garg <kgarg@redhat.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@casl/react": "^3.1.0",
|
|
48
48
|
"@cee-eng/hydrajs": "4.18.38",
|
|
49
49
|
"@rh-support/types": "2.0.5",
|
|
50
|
-
"@rh-support/utils": "2.5.
|
|
50
|
+
"@rh-support/utils": "2.5.10",
|
|
51
51
|
"lodash": "^4.17.21"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"defaults and supports es6-module",
|
|
67
67
|
"maintained node versions"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "269e160216d2acd58357f6875a9855b4e11b262b"
|
|
70
70
|
}
|