Closed hip3r closed 1 week ago
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') }}"
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
TITLE / title / t... / Hello / Yep / 2024
Checklist
Please add a x inside each checkbox:
x
A picture of a cute animal (not mandatory but encouraged)
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)