Evidence Summary
- Workflow run
ticket-task-types-crud-20260519T141538Z- Route
/tickets/apoio/tasks_types- Task type id
10- Final state
- Disposable row deleted and absent from
DT_Select_tickets_tasks_types.
Create or Edit
- Open Tickets, Support Files, then Task types.
- Click Add Task Type to open the modal.
- Fill required Description.
- Use Active to enable or disable the option.
- Click Save.
Create posts tickets / create_task_type with serialized form fields id, designation, and checked active=1. The verified create used designation=AI tt 141538 and returned {"success":true,"id":10}.
Edit first loads the row with tickets / load_task_type. Update posts tickets / update_task_type with id=10, designation=AI tt edit 141538, and active=1. The response returned {"success":true,"affected_rows":1}.
Delete
- Click the delete action on the task type row.
- Confirm the delete prompt.
Delete posts tickets / delete_task_type with id=10. The response returned {"succeeded":true,"message":null,"params":{"affected_rows":1}}. A final DT_Select_tickets_tasks_types call confirmed the edited designation no longer existed.
Artifacts
raw/playwright/workflows/ticket-task-types-crud-20260519T141538Z.jsonraw/playwright/workflows/ticket-task-types-source-20260519T141500Z.txtassets/screenshots/ticket-task-types-crud-20260519T141538Z-01-task-types-list.pngassets/screenshots/ticket-task-types-crud-20260519T141538Z-02-task-types-after-delete.png