Skip to content

Commit e3f4595

Browse files
scott graysonscott grayson
authored andcommitted
permissions updates
1 parent a9e6f4c commit e3f4595

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

PERMISSIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ If you have many users and items, consider:
159159

160160

161161

162+
163+

resources/views/components/folder-picker.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ class="px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-3
7979

8080

8181

82+
83+

resources/views/tables/columns/permissions-column.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838

3939

4040

41+
42+

src/Commands/SeedLibraryCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ public function handle(): int
3232
return self::SUCCESS;
3333
}
3434
}
35+
36+

src/Middleware/RedirectToCorrectEditPage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ public function handle(Request $request, Closure $next)
3737
return $next($request);
3838
}
3939
}
40+
41+

src/Resources/Pages/CreateLink.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ protected function mutateFormDataBeforeCreate(array $data): array
2121
return $data;
2222
}
2323
}
24+
25+

src/Traits/HasLibraryAccess.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ public function getAccessibleRootLibraryItems()
7373
return LibraryItem::whereNull('parent_id')->forUser($this)->get();
7474
}
7575
}
76+
77+

0 commit comments

Comments
 (0)