-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: support half-yearly and yearly budget periods #1539
Conversation
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.
L10N changes approved.
@clindeIntershop If I try to change a user budget to 'half-yearly' I get a 400 http error: Is there a certain ICM version needed for this feature? Please comment it at this pull request. |
@SGrueber yes you need a new (actually not released) ICM version that can handle this states. Where should i write this dependency so that the feature is not merged before the new ICM is released? |
9323643
to
433cfb8
Compare
6552465
to
7cb37f1
Compare
* new budget periods 'half-yearly and 'yearly'
7cb37f1
to
d347260
Compare
PR Type
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
It is not possible to select the budget periods 'half-yearly' or 'yearly' for cost center or user budgets.
Issue Number: Closes #
What Is the New Behavior?
The budget periods 'half-yearly' and 'yearly' are supported.
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information
requires ICM version 11.8/7.10.6/7.10.38.29-LTS or higher
AB91481
AB#91577