-
Notifications
You must be signed in to change notification settings - Fork 121
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
ENTERPRISE-25: improve license message service #1236
Conversation
hide(): void { | ||
let now: Date = new Date(); | ||
this.$cookies.put(this.key, 'true', { | ||
expires: new Date(now.getFullYear() + 1, now.getMonth(), now.getDate())// set the expiration to 12 months |
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.
Please, set period more or equals to 10 years.
@olexii4: please, add displaying error message if admin succeeded user license limit in time of adding new user at the Users page. |
@olexii4: it seems Dashboard doesn't remove flag USER_LICENSE_HAS_REACHED_ITS_LIMIT after adding valid license which set user limit to value which > actual user number. |
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.
It seems dashboard doesn't remove USER_LICENSE_HAS_REACHED_ITS_LIMIT flag after admin removes users which succeeded user license limit.
Please, fix it according to issue requirements.
b2a26b8
to
67ac84a
Compare
done |
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.
Looks good.
e636e84
to
6adbf07
Compare
Signed-off-by: Oleksii Orel <[email protected]>
6adbf07
to
7d53a12
Compare
What does this PR do?
Improve license message service
Signed-off-by: Oleksii Orel [email protected]