roos-fs tasks #293
Updated by Vadim Golub 8 months ago
In the Create Create/Edit Service form, once a Template is selected, there is currently no direct way to fully clear or remove it without deleting the modified fields manually. Users need the ability to deselect a template so they can switch to creating a service from scratch without starting over. There is an 'X' button in the template, but it clears only name of the template from the list, but not the pasted description\tasks\costs Required implementation: - Enhance the Clear/Remove Template action to fully revert all template-related changes in the form, so when a template is cleared: - Remove its name from the dropdown. - Reset all fields populated by the template (Service Name, Description, Tasks, Costs, etc.) to blank/default state. Expected Behavior - Clicking the "X" on the template dropdown fully removes the template and all pre-filled data from the template.