fix(quick-actions): add step before pinned action steps#13339
Open
hamza221 wants to merge 1 commit into
Open
Conversation
hamza221
requested review from
ChristophWurst,
GretaD and
kesselb
as code owners
July 22, 2026 10:13
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
hamza221
force-pushed
the
fix/quick-actions/add-step
branch
from
July 22, 2026 10:14
1dd0ff3 to
b709c28
Compare
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #13308
🤖 AI (if applicable)