Skip to content

Skip true up flag in License causes user limit check to be run instead

Shreyas Agarwal requested to merge 335960-skip-user-limits-check into master

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

Related to #335960

Merge request reports