Skip to content

Commit 22d6927

Browse files
scott graysonscott grayson
authored andcommitted
docs: update permissions documentation and view components
- Update PERMISSIONS.md with new ownership model - Enhance folder picker components - Update permissions column display - Add external link support migration
1 parent 8372e2f commit 22d6927

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

PERMISSIONS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,6 @@ If you have many users and items, consider:
155155
- `hasPermission($user, $permission)` - Check if user has permission on this item
156156
- `permissions()` - Get all permissions for this item
157157
- `getAllPermissions()` - Get all permissions including inherited ones
158+
159+
160+

database/migrations/2024_01_01_000002_add_external_link_support_to_library_items_table.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ public function down(): void
3939

4040

4141

42+
43+
44+

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ class="px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-3
7575
</div>
7676
</div>
7777
</div>
78+
79+
80+

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ function moveToRoot() {
4747
}
4848
</script>
4949
</x-dynamic-component>
50+
51+
52+

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@
3434
@endforeach
3535
@endif
3636
</div>
37+
38+
39+

0 commit comments

Comments
 (0)