Integrated the Work Category table into the Master module, including popup forms for creation and update, along with delete functionality. #94

Merged
vikas.nale merged 1 commits from Ashutosh_Feature#208_WorkCategory_Master into Issue_May_2W 2025-05-10 13:36:52 +00:00
Collaborator

Changes Implemented in Master Module:

  • "Work Category" has been added as a new option in the master dropdown.
  • On selecting Work Category, a list of existing work categories is displayed.
  • An "Edit" and "Delete" button is available in the Action column for each item.
  • Behavior based on IsSystem flag:
  • If IsSystem is false:
    • Clicking Edit opens a popup form for updating.
    • Clicking Delete opens a confirmation popup for deletion.
  • If IsSystem is true:
    • Clicking Edit triggers a toast message: "System-defined category cannot be updated."
    • Clicking Delete triggers a toast message: "System-defined category cannot be deleted."
**Changes Implemented in Master Module**: - **"Work Category"** has been added as a new option in the master dropdown. - On selecting Work Category, a list of existing work categories is displayed. - An **"Edit"** and **"Delete"** button is available in the Action column for each item. - Behavior based on **IsSystem** flag: - If IsSystem is **false**: - Clicking Edit opens a popup form for updating. - Clicking Delete opens a confirmation popup for deletion. - If IsSystem is **true**: - Clicking Edit triggers a toast message: "System-defined category cannot be updated." - Clicking Delete triggers a toast message: "System-defined category cannot be deleted."
ashutosh.nehete added 1 commit 2025-05-10 12:35:23 +00:00
vikas.nale merged commit f6ab824529 into Issue_May_2W 2025-05-10 13:36:52 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.web#94
No description provided.