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

Templates: replace validvalues with choice (BC) #17653

Merged
merged 6 commits into from
Dec 27, 2024
Merged

Conversation

andig
Copy link
Member

@andig andig commented Dec 8, 2024

No description provided.

@andig andig added the infrastructure Basic functionality label Dec 8, 2024
@andig andig changed the title Templates: replace validvalues with choice Templates: replace validvalues with choice (BC) Dec 8, 2024
@andig andig requested a review from naltatis December 8, 2024 12:16
@github-actions github-actions bot added the stale Outdated and ready to close label Dec 15, 2024
@andig andig removed the stale Outdated and ready to close label Dec 16, 2024
@github-actions github-actions bot added the stale Outdated and ready to close label Dec 23, 2024
@naltatis naltatis removed the stale Outdated and ready to close label Dec 24, 2024
@@ -12,7 +12,8 @@ group: price
params:
- name: region
example: ee
validvalues: ["ee", "lt", "lv", "fi"]
type: choice
choice: ["ee", "lt", "lv", "fi"]
Copy link
Member

Choose a reason for hiding this comment

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

Ich würd hier auf die Mehrzahl gehen. Singular Var-Name mit Listeninhalt ist unerwartet.

Suggested change
choice: ["ee", "lt", "lv", "fi"]
choices: ["ee", "lt", "lv", "fi"]

Copy link
Member Author

Choose a reason for hiding this comment

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

@naltatis ich würde es jetzt tatsächlich so lassen da das in fast jedem Tempalte auftaucht und schon immer so war...

@andig andig merged commit 02cc689 into master Dec 27, 2024
5 of 6 checks passed
@andig andig deleted the chore/validvalues branch December 27, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Basic functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants