kbss-cvut / fta-fmea

GNU General Public License v3.0
3 stars 1 forks source link

It is not possible to create or modify an event - duplicate entity name #156

Closed LaChope closed 1 month ago

LaChope commented 1 month ago

@blcham When trying to creating or updating an event from the fault tree, we get the following error:

Image

Server response: WARN c.c.k.a.c.util.RestExceptionHandler - > handleValidationException - /fta-fmea/faultEvents/intermediate-event/inputEvents

I am still investigating if the issue comes from the server or the client.

kostobog commented 1 month ago

@LaChope In PR #155 entity validation was unified. Fault events are now required to have a unique name. It should work if you create an event with a different name.

kostobog commented 1 month ago

@LaChope PR #157 removes the unique name constraint for fault events.