sitmun / sitmun-admin-app

Administration application for the SITMUN system.
European Union Public License 1.2
0 stars 0 forks source link

Url must be optional for internal applications #138

Open fjlopez opened 1 year ago

fjlopez commented 1 year ago

Describe the bug When a new application is created, the field Url must be mandatory only for external applications.

To Reproduce Steps to reproduce the behavior:

Expected behavior The internal application can be saved because the field Url should be optional for internal applications.

Screenshots err4

Additional comments Behavior in the backend updated: the backing field of the field Url (jspTemplate) is not mandatory since https://github.com/sitmun/sitmun-backend-core/commit/54f8bd259f3dfee280b6abb90a7b6b89b1c08374

fjlopez commented 5 months ago

Solution