feat: add question name to form answer output#2723
Merged
Conversation
3c26309 to
70f4c42
Compare
Collaborator
|
@susnux can we get this ready? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2723 +/- ##
============================================
- Coverage 44.20% 44.18% -0.03%
- Complexity 1028 1031 +3
============================================
Files 80 80
Lines 3696 3705 +9
============================================
+ Hits 1634 1637 +3
- Misses 2062 2068 +6 🚀 New features to boost your workflow:
|
649d708 to
af093a5
Compare
af093a5 to
725bea3
Compare
* Resolves #2700 This allows to identify question from within the UI, as the user can see the name assigned to a question to identify it when using the submissions in external places like workflows. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
725bea3 to
62a3000
Compare
Chartman123
approved these changes
Aug 30, 2025
Collaborator
Chartman123
left a comment
There was a problem hiding this comment.
Working now :)
@susnux other question: should we make the technical question name unique per form? currently you can set the same name for multiple questions...
Collaborator
Author
Oh yes this would make sense! |
Collaborator
|
Ok, I'll add it as a follow-up :) |
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.
This allows to identify question from within the UI, as the user can see the name assigned to a question to identify it when using the submissions in external places like workflows.