feat(studio): approval payload — explain absence, cap height, accurate label
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
The approval card only rendered the payload section when a preview existed, so a step with no 'show:' showed nothing and the reviewer could not tell why. Now always show the section: a present payload scrolls inside a height-capped, copyable box; an absent one shows an explanatory hint (the flow's approval step chooses what to surface via its 'show:' field). Relabel 'data to be released' -> 'data to review' (the payload is review context, accurate to its source). Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
8a40e8e315
commit
97f3cb8560
6 changed files with 75 additions and 23 deletions
|
|
@ -3065,9 +3065,15 @@ abstract class AppLocalizations {
|
|||
/// No description provided for @approvalsPayloadPreview.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'DATA TO BE RELEASED'**
|
||||
/// **'DATA TO REVIEW'**
|
||||
String get approvalsPayloadPreview;
|
||||
|
||||
/// No description provided for @approvalsNoPayload.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No data was attached for review. The flow\'s approval step chooses what to show via its \"show:\" field — set it to surface the data behind this decision.'**
|
||||
String get approvalsNoPayload;
|
||||
|
||||
/// No description provided for @approvalsRequestFallback.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue