load_node_with_all_properties
fails for model with disk property without unique fields or id
#243
Labels
bug
bug
community
community
Effort - Medium
Effort - Medium
Frequency - Monthly
Frequency - Monthly
Priority - Later
Priority - Later
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
Community report - Discord
When you create a Model with a disk property without unique fields or id it fails to load the node from
load_node_with_all_properties
. It does not seem to ignore the disk properties and they get added to the where clause.Minimum reproducible example:
Here's the fix - just follows what is used on the other methods:
The text was updated successfully, but these errors were encountered: