-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release/6.4.0 #280
Merged
Merged
Release/6.4.0 #280
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- rework ActionDelegate.existsMenuItem
- implement possibility to create menu item without filter - annotate some functions as deprecated, since menu items are no longer part of groups - implement functions, that create and modify menu items and filters - update ActionDelegate.changeMenuItem
- update tests for menu items -
- add and update docstrings
- corrected according to PR
- corrected according to PR
- corrected according to PR
- corrected according to PR
- corrected according to PR
- use constants
- updated changelog
[NAE-1497] Frontend actions
- corrected tests
- disabled tests
- change type of some fields in preference_item - add roles to preference_item - implement interface to manage order of child items - update MenuItemApiTest
- update MenuItemApiTest
# Conflicts: # pom.xml
- fix race condition when building immediate dataset
- add all configurable attributes into MenuItemBody - add new version of createFilterInMenu
- refactor menu item createOrUpdate methods - remove AllArgsConstructor in MenuItemBody
- add MenuItemConstants - implement MenuItemBody.toDataSet
- split icon and name into two attributes
- pom rollback
[NAE-1908] NAE-1906 Improvements
- fix visibility of item for default role
- implement Serializable interface in core objects
[NAE-1908] NAE-1906 Improvements
[NAE-1946] Remote file connector to S3
- fix path for file preview in PublicTaskController
[NAE-2014] Mismatch in PublicTaskController and TaskController endpoint
- pridanie globalnej roly: def allowedRoles = [ "system" : "GLOBAL_ROLE", "super_admin" : "GLOBAL_ROLE" ] - edit preference_item.xml
- collectRolesForPreferenceItem
- collectRolesForPreferenceItem
[NAE-2016] Global roles for menu items permissions
- NSD-17 fixed
- NSD-16 fixed
- NSD-30 fixed
- NSD-20 fixed
[NAE-2024] Collective bug fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CHANGELOG:
Fixed
Added
Changed