-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Ocs respect enforced date #15025
Ocs respect enforced date #15025
Conversation
Make sure that we do not allow removing of the expiration date when this is enforced in the settings.
Tests added to make sure that removing an expire date when this is enforced is not allowed.
Refer to this link for build results (access rights to CI server needed): |
The inspection completed: 2 new issues, 2 updated code elements |
makes sense 👍 |
👍 |
I just checked and the bug is also there (at least on stable8). Should this be backported? |
Ocs respect enforced date
yes - please - thx |
[stable8] Backport of #15025: OCS Respect enforced date
Fix for #15021
If the expiration date is enforced it should not be possible to delete it.
Of course new tests are added.