I've got a request from customer to disable edit function on a survey module, but this still unclear. For temporary, it should be removed from view so, user cannot edit the survey.
So, I removed the edit button on the Index view, but I can still access the edit page through the address bar, for example: http://localhost:1306/Survey/Edit/1.
I cannot delete the Edit Action and Edit View, because the requirement is still unclear. Is there any way to handle this case?