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

[17.0][MIG] helpdesk_mgmt_stage_validation: Migration to 17.0 #655

Open
wants to merge 8 commits into
base: 17.0
Choose a base branch
from

Conversation

yankinmax
Copy link

No description provided.

@ivantodorovich
Copy link

The depended PR is merged:

Could you update the this PR? 🙏🏻

) % (self.name, self.stage_id.name, fields)
f"Ticket {self.name} can't be moved to the stage "
f"{self.stage_id.name} until the following fields are set: {fields}."
)

Choose a reason for hiding this comment

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

This is not correct. If you use an f-string, it will be substituted before calling gettext translation, and so the translation won't work.

The previous implementation was ok, could you revert it?

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.

5 participants