-
Notifications
You must be signed in to change notification settings - Fork 7
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
Generate reservation series holidays #1328
Conversation
49ea793
to
95e22b7
Compare
applications/tasks.py
Outdated
organisation_address: Address | None = getattr(organisation, "address", None) | ||
|
||
reservation_details["description"] = ( | ||
translate_for_user(_("Core business"), application.user) + f": {organisation.core_business}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This occurred to me just now: This was an issue during a previous seasonal booking round, since it can go over the reservation description char limit. I think we figured that the "Core business: " prefix should just be removed, and the description truncated to match the limit. MIght as well make the change here.
95e22b7
to
bea937b
Compare
- No functional changes, except better error handling in edge cases
bea937b
to
ec0cf05
Compare
Quality Gate passedIssues Measures |
🛠️ Changelog
override=True
andstate=closed
in HAUKI API🧪 Test plan
🚧 Dependencies
🎫 Tickets