NexoPOS icon indicating copy to clipboard operation
NexoPOS copied to clipboard

Fix Incorrect URLs for Edit and Delete Actions in Unit Groups Table

Open taimoorimran opened this issue 1 year ago • 1 comments

Title:

Fix URL Routing for Edit and Delete Actions in Unit Groups Table

Description:

Summary: This pull request resolves an issue where the edit and delete actions in the Unit Groups table were incorrectly routed to perform actions on Units instead of Unit Groups.

Details:

  • Corrected the URLs in the Unit Groups table to ensure that edit and delete actions are performed on Unit Groups rather than Units.
  • Updated route handling to accurately target the Unit Groups for these actions.

Impact:

  • Ensures that modifications and deletions are applied to the correct entity (Unit Groups) rather than mistakenly affecting Units.

Testing:

  • Verified that the edit and delete actions now correctly affect Unit Groups as intended.
  • Confirmed that no actions are mistakenly applied to Units.

This fix improves the accuracy of action routing in the Unit Groups table, ensuring proper management of unit group entries.

taimoorimran avatar Aug 02 '24 10:08 taimoorimran