Skip to content

Commit

Permalink
Allowed location/inhabitant relation to have a timeframe. Closes #307.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Dec 7, 2024
1 parent 1dac3c2 commit ec12929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Bonsai/Code/DomainModel/Relations/RelationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public static bool IsRelationDurationAllowed(RelationType relation)
or RelationType.Pet
or RelationType.Owner
or RelationType.StepParent
or RelationType.StepChild;
or RelationType.StepChild
or RelationType.Location
or RelationType.LocationInhabitant;
}
}

0 comments on commit ec12929

Please sign in to comment.