FOUR-20786 | Create a Layout to Display the 5 Most Recently Edited Assets by mcraeteisha · Pull Request #7809 · ProcessMaker/processmaker
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 246
Conversation
Feature
Ticket: FOUR-20786
This PR introduces UI Updates to the VarFinder panel, adding:
- Search bar to Filter through Latest Assets
- List view for Latest Assets
- Assets can be expanded to display variables
- Users can 'Show All Variables' or 'Show Less'
- 'Collapse All' button to collapse expanded Assets
- 'Jump Back Up' button to scroll back to the top of the Assets and Variables list.
How to Test
- Go to branch
task/FOUR-20786inprocessmakerand inpackage-variable-finder. - From any screen, click 'Cmd + Shift + v' to open the VarFinder panel.
- There should be a search bar and a list of Latest Assets in the VarFinder panel.
- Click on the arrow beside all of the Assets to expand and see Variables
- Click on the 'Show All Variables' button.
- Click on the 'Show Less' button to collapse Cariables.
- Expand all Assets and scroll to the bottom of the list to see the 'Jump Back Up' button.
- Click on the 'Jump Back Up' button.
- Click the 'Collapse All' button to collapse all Assets.
ci:deploy
Code Review Checklist
- I have pulled this code locally and tested it on my instance, along with any associated packages.
- This code adheres to ProcessMaker Coding Guidelines.
- This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
- This solution fixes the bug reported in the original ticket.
- This solution does not alter the expected output of a component in a way that would break existing Processes.
- This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
- This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
- This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
- This ticket conforms to the PRD associated with this part of ProcessMaker.
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