Observation/FOUR-14044: The Log option is showing the categories of data connectors, and the categories tab is not present in the options by agustinbusso · Pull Request #6163 · ProcessMaker/processmaker
Issue & Reproduction Steps
- Log in
- Go to Designer
- Click on Data Connectors
- Click on Log options
Current Behavior:
The categories tab in data connectors is not present, and when entering the Logs tab the categories of data connectors are being displayed
Expected Behavior:
The categories tab should be shown in the data options connectors, and the Logs tab should show the logs, not the categories.
Solution
- Verify permissions and route for data connector and show the correct tags
How to Test
- Follow steps above.
- Use different permissions for the user to activate/deactivate different tabs
Related Tickets & Packages
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.