This question has been flagged
1 Reply
2944 Views

I add a new menuitem at project module lets call it Helpdesk. The Helpdesk model is from Project.Task. The problem is, when I edit the Helpdesk, it affect the task. How can I edit Helpdesk without effecting the original one? But I want use the same function as the Project.Task.

Avatar
Discard
Best Answer

In my view you can do that by Just Duplicating the Original view and action of the Task model with different ids and then you can link the duplicated action and views so that it will use the same model and changes in the duplicated view will not effect old views.

Avatar
Discard