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

fix: summary string transformations format (#7221) #7313

Merged

Conversation

hip3r
Copy link
Contributor

@hip3r hip3r commented Oct 24, 2024

Summary

allow empty spaces in Summary String Transformations
closes #7221

Test plan
summary: "{{ title | upper }} / {{ title | lower }} / {{ title | truncate(1) }} / {{ nonexistant | default('Hello') }} / {{ mytruth | ternary('Yep','Nope') }} / {{ date | date('YYYY') }}"

BEFORE:
/ / / / /

AFTER:
TITLE / title / t... / Hello / Yep / 2024

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged)
370303722_3538721283063071_655819586224672097_n

@hip3r hip3r requested a review from a team as a code owner October 24, 2024 10:00
@demshy demshy merged commit 1d0cd61 into decaporg:main Nov 12, 2024
9 checks passed
@demshy demshy deleted the 7221-summary-string-filter-pattern-fix branch November 12, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only date('format') filter in Summary String Transformations work. All others are broken.
3 participants