Skip to content

fix(quick-actions): add step before pinned action steps#13339

Open
hamza221 wants to merge 1 commit into
mainfrom
fix/quick-actions/add-step
Open

fix(quick-actions): add step before pinned action steps#13339
hamza221 wants to merge 1 commit into
mainfrom
fix/quick-actions/add-step

Conversation

@hamza221

Copy link
Copy Markdown
Contributor

fix #13308

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
@hamza221
hamza221 force-pushed the fix/quick-actions/add-step branch from 1dd0ff3 to b709c28 Compare July 22, 2026 10:14
@hamza221
hamza221 requested a review from madbob July 22, 2026 10:14
@madbob

madbob commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

I've tested it and it works, but still it is not clear to me why the single steps of the quick action have to be saved (and validated) individually, repeating the same SQL queries and checks from scratch for every single one.

Wouldn't be it more convenient to pack the whole quick action in a single JSON payload, deliver it to the server, and validate/check/control everything once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error changing the order of actions in a Quick Action

2 participants