dlr-gtlab / intelligraph-module

A Node-based Workflow Engine for GTlab
1 stars 0 forks source link

Naming two categories the same may lead to data loss when saving a project #198

Open mariusalexander opened 2 weeks ago

mariusalexander commented 2 weeks ago

This issue is linked to issue 244 in gtlab-core.

Naming two categories the same may lead to data lass as the categories are saved by name. Saving a category will remove the previously saved data thus result in data loss.

This should be fixed on the module's side either by not allowing categories to be named the same or by a more robust saving routine in the module's package class.