Skip to content

Travel expenses for online workshop - #3019

Open
maneesha wants to merge 5 commits into
developfrom
travel-request-online
Open

Travel expenses for online workshop#3019
maneesha wants to merge 5 commits into
developfrom
travel-request-online

Conversation

@maneesha

Copy link
Copy Markdown
Contributor

Addresses #3001

@maneesha

Copy link
Copy Markdown
Contributor Author

@pbanaszkiewicz In this case, the error about line too long refers to the generated migration file. Do you fix these migration files or ignore the error?

@maneesha

Copy link
Copy Markdown
Contributor Author

I tried using ruff to format the lines but am still getting the error (to different lines now since some formatting was applied).

("", "Not sure yet."),
(
"booked",
"Hotel and airfare will be booked by site; ground travel and meals/incidentals will be reimbursed within 60 days.",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@maneesha You can break a long string like this:

                        "Hotel and airfare will be booked by site; ground travel and"
                        " meals/incidentals will be reimbursed within 60 days."

The important thing is that there is no comma between the strings and it only works in brackets/parens.

@pbanaszkiewicz pbanaszkiewicz added this to the v4.11 milestone Aug 12, 2026
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