Skip to content

Commit 7221c28

Browse files
authored
Merge pull request #764 from hiscoder-com/develop
Develop
2 parents 37116ce + 7f4c99a commit 7221c28

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

components/ProjectEdit/ProjectEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function ProjectEdit() {
217217
},
218218
{
219219
id: 'resources',
220-
access: isAdminAccess,
220+
access: isCoordinatorAccess,
221221
label: 'Resources',
222222
panel: (
223223
<>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DROP POLICY IF EXISTS "Админ может получить список всех м" ON "public"."methods";
2+
3+
CREATE POLICY "All_auth_can_view_methods" ON "public"."methods" FOR SELECT TO "authenticated" USING (true);

0 commit comments

Comments
 (0)