feat(permissions): allow users to deploy workflows in all workspaces they are an admin in (#1463)

* feat(permissions): allow admin workspace users to deploy workflows in workspaces they don't own

* fixed failing test

* added additional routes

* remove overly complex, unecessary test and fixed docs formatting

* follow DRY
This commit is contained in:
Waleed
2025-09-26 19:58:11 -07:00
committed by GitHub
parent 448e9ea835
commit bcc75376e5
10 changed files with 143 additions and 332 deletions

View File

@@ -24,7 +24,7 @@ Si vous laissez le formulaire vide, le déclencheur n'a pas de sorties.
<div className='flex justify-center my-6'>
<Image
src='/static/triggers/input-form-panel-light.png'
alt='Panneau d'exécution du formulaire d'entrée'
alt="Panneau d'exécution du formulaire d'entrée"
width={400}
height={250}
className='rounded-xl border border-border shadow-sm'

View File

@@ -15,7 +15,7 @@ Le déclencheur manuel ajoute un simple bouton Exécuter en haut de votre workfl
<div className='flex justify-center my-6'>
<Image
src='/static/triggers/manual-run-light.png'
alt='Bouton d'exécution du déclencheur manuel'
alt="Bouton d'exécution du déclencheur manuel"
width={400}
height={250}
className='rounded-xl border border-border shadow-sm'