Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: No permission to deploy from TEST to PROD, but no error #3678

Open
wasnertobias opened this issue May 7, 2024 · 1 comment
Open

bug: No permission to deploy from TEST to PROD, but no error #3678

wasnertobias opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@wasnertobias
Copy link

Describe the bug

If a user does not have permission to deploy from TEST to PROD, it can still try to do so. Even get's a success message (green "deployed" badge), but it does not actually deploy anything!

To reproduce

Described above

Expected behavior

No success message if permission is not sufficient!

Screenshots

No response

Browser information

Chrome Version 124.0.6367.119

Application version

EE v1.323.6-9-g1795522d2

Additional Context

No response

@wasnertobias wasnertobias added the bug Something isn't working label May 7, 2024
@wasnertobias
Copy link
Author

More specifically, it does show a diff in the flow (a parameter of a sub-flow changed). After clicking "deploy all" it does show "Deployed" in green but it does not change anything.

The following endpoint gets called: "https://BASE_URL/api/w/PROD_NAME/flows/update/FLOW_NAME"
The endpoints payload does not include the change I made (shown in the diff).
It returns successfully with status 200 and the name of the flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants