[NAE-2052] Integrate ticket view with menu items#289
Merged
mazarijuraj merged 17 commits intorelease/6.5.0from Feb 18, 2025
Merged
[NAE-2052] Integrate ticket view with menu items#289mazarijuraj merged 17 commits intorelease/6.5.0from
mazarijuraj merged 17 commits intorelease/6.5.0from
Conversation
- implement auto-select for menu items
…temoch - fix ActionDelegate.execute method - update ActionDelegate menu item methods - import configuration nets in FilterRunner - implement MenuItemService with new or updated domain models - move menu item domain models to menu package - implement MenuItemView enum - implement MenuItemUtils - rename preference_item to menu_item - add tabbed_case_view_configuration and tabbed_task_view_configuration nets - update MenuItemApiTest according to changes
…temoch - add logging to MenuItemService
…temoch - add or update javadoc
- add translations
- remove redundant MenuItemBody attribute - update menu_item and tabbed_case_view_configuration dataGroups
- update MenuItemService find methods - fix MenuItemApiTest.testDuplicateMenuItem
- update MenuItemBody.setView
- implement TabbedTicketView configuration - implement TabbedSingleTaskView configuration - fix missing entry in ViewBody - fix method call in tabbed_case_view_configuration
- fix setting view_configuration_type
- add translations
- enabled MenuItemApiTest
- add MenuItemView.isPrimary attribute - fix options initializing in configuration
mazarijuraj
previously approved these changes
Feb 17, 2025
- implement MenuItemViewRegistry
This reverts commit 32c8a4b.
- add map initialization in MenuItemBody
|
🎉 All dependencies have been resolved ! |
This file contains hidden or 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
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.
Description
Implemented new menu item configurations for tabbed ticket view and tabbed single task view
Implements NAE-2052
Dependencies
No new dependencies were introduced
Third party dependencies
No new dependencies were introduced
Blocking Pull requests
Depends on #283
How Has Been This Tested?
Manually and with tests
Test Configuration
Checklist: