Projects in FSM:
When a previously selected / added request should be removed again from an existing project the functionality is working fine:
- Navigate to "Requests" in a dedicated project
- Select / Multi-select the requests
- Click "Delete"
- Confirm that 'req_proj_link' record should be deleted
This means that only the connection between request and project is deleted and the request itself is not deleted from FSM entirely.
The same functionality should be available on the "Tasks" tab. But the situation right now is that with deleting a task from the project, the task is deleted entirely from FSM.
The required functionality would be the same as on the request tab, that only the link between task and project is deleted.
Finding:
Currently there is no table for tasks like ‘Task_Proj_link’ as it is for ‘req_proj_link’.
Question:
Is it correct that we have to create a new table like ‘Task_Proj_link’ to make this work for tasks as it works for requests? Or is there another / better way of handling that?
regards,
Thomas