pledge4future / WePledge

WebApp to calculate work related CO2e emissions from heating and electricity consumption as well as business trips and commuting.
https://pledge4future.org
GNU General Public License v3.0
6 stars 2 forks source link

Institution field disabled when creating new working group #286

Open redfrexx opened 1 year ago

redfrexx commented 1 year ago

Tried to create a new working group, but left the Institution field blank. An error message appears, after closing it it is not possible to edit the Insitution field anymore since it is disabled. So the user cannot select any institution to correct their input.

redfrexx commented 1 year ago

Generally: We could try to make the error message which appears if creating a new working group fails more informative for the user, i.e. explain what the problem is.

codingfabi commented 1 year ago

Generally: We could try to make the error message which appears if creating a new working group fails more informative for the user, i.e. explain what the problem is.

This would make this issue a backend task then because it requires error boundaries in the backend. We should discuss this some time and make a collection of which errors to intercept and handle.