kor icon indicating copy to clipboard operation
kor copied to clipboard

validating a relationship explicitly before saving it fails

Open moritzschepp opened this issue 5 years ago • 2 comments
trafficstars

example:

r = Relationship.relate(1, 'is parent of', 2)
r.valid?
r.save

.. throws an error

moritzschepp avatar Nov 26 '19 01:11 moritzschepp

not reproducible in v3.0.3, perhaps problem only occurs in v3.1?

moritzschepp avatar Dec 07 '19 00:12 moritzschepp

Also not reproducible with code from v3.1 merged to v3.0. Moving to v4.1.0 for verification after v3.1 features are merged into v4.0.

moritzschepp avatar Jan 07 '20 22:01 moritzschepp