I was on the contacts page of a project and clicked the button "Delete selected" before selecting the contacts I wanted to remove. This lead to a text-only "Internal Server Error" page.
The controller of the delete action should probably check if any contacts are selected and fail gracefully and the UI could probably be changed to make the "Delete selected" button unclickable unless at least one contact was selected.
I was on the contacts page of a project and clicked the button "Delete selected" before selecting the contacts I wanted to remove. This lead to a text-only "Internal Server Error" page.
The controller of the delete action should probably check if any contacts are selected and fail gracefully and the UI could probably be changed to make the "Delete selected" button unclickable unless at least one contact was selected.