Initial Implementation of VarFinder Panel by sanjacornelius · Pull Request #7791 · ProcessMaker/processmaker
This PR ensures the VarFinder.js file is dynamically injected into the header of all pages when the package-variable-finder package is installed. This enables users to trigger and display the VarFinder panel using established keyboard shortcuts.
Changes
- Added a conditional check to verify if the package-variable-finder is installed.
- If installed, the VarFinder.js file is injected into the page header.
How to Test
- Ensure the
package-variable-finderpackage on branchsubtask/FOUR-20763is installed in your environment. - Follow the testing instructions outlined in the Variable Finder PR.
Related Tickets & Packages
- Variable Finder Package PR
- FOUR-20692 and its related subtasks
ci:package-variable-finder:subtask/FOUR-20763
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.