-
Notifications
You must be signed in to change notification settings - Fork 14
Add configuration for who should get licensing notifications #208 #216
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
base: master
Are you sure you want to change the base?
Conversation
…#208 * added LicensingNotificationConfigurationSource for managing notification settings. * added notifiedGroups property to LicensingNotificationClass for user group notifications. * updated LicensingConfig.xml and Translations files for new notification settings. * modified UI * modified event classes to include notified groups for extension upgrade notifications.
oanalavinia
left a comment
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.
The unit tests should also be updated?
...lication-licensing-licensor-ui/src/main/resources/Licenses/Code/LicensesNotificationsUIX.xml
Show resolved
Hide resolved
...lication-licensing-licensor-ui/src/main/resources/Licenses/Code/LicensesNotificationsUIX.xml
Outdated
Show resolved
Hide resolved
...licensor/application-licensing-licensor-ui/src/main/resources/Licenses/Code/Translations.xml
Outdated
Show resolved
Hide resolved
...licensor/application-licensing-licensor-ui/src/main/resources/Licenses/Code/Translations.xml
Outdated
Show resolved
Hide resolved
…#208 * modified translation * added script service for getting the notification groups list * added tests for DefaultLicensingConfiguration
I've added tests for |
...n-licensing-licensor-api/src/main/java/com/xwiki/licensing/script/LicensorScriptService.java
Outdated
Show resolved
Hide resolved
…#208 * removed admin and programming rights restriction * added the admin group as a default notification target
Added a new
LicensingNotificationsclass that manages the target groups who need to receive notifications like expired/expiring licenses, new application version or automatic application upgrade events notifications.UI changes:
Licensessection: