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

ActionPlanTimeline: Strip whitespace when converting to plain text #289

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

reinhardt
Copy link
Contributor

Follow-up to #288

Ref syslabcom/scrum#2763

@reinhardt reinhardt requested a review from ale-rt November 6, 2024 12:41
value = portal_transforms.convertToData("text/plain", value)
value = portal_transforms.convertToData(
"text/plain", value
).strip()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. I've added a condition.

@reinhardt reinhardt force-pushed the scrum-2763-action-plan-plain-text-strip branch from 6ffcb0c to 616e860 Compare November 6, 2024 13:25
@reinhardt reinhardt requested a review from ale-rt November 6, 2024 13:28
@ale-rt ale-rt merged commit d859830 into main Nov 6, 2024
2 checks passed
@ale-rt ale-rt deleted the scrum-2763-action-plan-plain-text-strip branch November 6, 2024 17:05
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.

2 participants