Skip to content

fix ID auto generation for relationship variables

Ghost User requested to merge relationship-variable-identifier into develop

Relationship Variable Identifiers didn't have an UUID on creation. After shifting the Identifier inheritance from model RelationshipVariable to the model ModelVariable, UUID generation on creation works as intended.

Merge request reports