Skip to content

Commit bcc7537

Browse files
authored
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
1 parent 448e9ea commit bcc7537

File tree

10 files changed

+143
-332
lines changed

10 files changed

+143
-332
lines changed

apps/docs/content/docs/fr/triggers/input-form.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Si vous laissez le formulaire vide, le déclencheur n'a pas de sorties.
2424
<div className='flex justify-center my-6'>
2525
<Image
2626
src='/static/triggers/input-form-panel-light.png'
27-
alt='Panneau d'exécution du formulaire d'entrée'
27+
alt="Panneau d'exécution du formulaire d'entrée"
2828
width={400}
2929
height={250}
3030
className='rounded-xl border border-border shadow-sm'

apps/docs/content/docs/fr/triggers/manual.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Le déclencheur manuel ajoute un simple bouton Exécuter en haut de votre workfl
1515
<div className='flex justify-center my-6'>
1616
<Image
1717
src='/static/triggers/manual-run-light.png'
18-
alt='Bouton d'exécution du déclencheur manuel'
18+
alt="Bouton d'exécution du déclencheur manuel"
1919
width={400}
2020
height={250}
2121
className='rounded-xl border border-border shadow-sm'

apps/sim/app/api/workflows/[id]/deploy/route.test.ts

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)