feat(perms): re-add projects.create permission (migration + seed)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 11:10:10 +02:00
parent f6cdfb9801
commit 49ec3482ae
2 changed files with 21 additions and 0 deletions

View File

@@ -172,6 +172,12 @@ const PERMISSIONS: {
module: "projects",
description: "Prohlížet seznam projektů",
},
{
name: "projects.create",
display_name: "Vytvořit projekt",
module: "projects",
description: "Ručně vytvářet projekty",
},
{
name: "projects.edit",
display_name: "Upravit projekt",