You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
What is the current behavior?
import the result of the export of the lines of a network, subsequent requests will fail with error500 because of duplicate IDs in a java hashmap (Collectors.toMap())
What is the expected behavior?
importing the export shouldn't corrupt the database
importing data that will corrupt the database shouldn't be allowed
What is the motivation / use case for changing the behavior?
robustness of the system
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
import the result of the export of the lines of a network, subsequent requests will fail with error500 because of duplicate IDs in a java hashmap (Collectors.toMap())
What is the expected behavior?
importing the export shouldn't corrupt the database
importing data that will corrupt the database shouldn't be allowed
What is the motivation / use case for changing the behavior?
robustness of the system
The text was updated successfully, but these errors were encountered: