Skip true up flag in License causes user limit check to be run instead
What does this MR do?
If uploading the license with a check to skip the true up we end up performing check for the previous years users limit. If the new license being uploaded active users count is less than previous years maximum value that would result in the error.
This MR would make sure we skip the check for previous years users limit as this check should not be done when doing the renew and instead perform a check for the current year whether the new license being uploaded do contain the active users value more than current daily billable active users count.
Screenshots or Screencasts (strongly suggested)
Before | After |
---|---|
Screen_Recording_2021-07-14_at_11.45.42 | Screen_Recording_2021-07-14_at_12.16.12 |
Conformity
-
I have included changelog trailers, or none are needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) -
I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?) -
I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?) -
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides. -
This change is backwards compatible across updates, or this does not apply.
Related to #335960