You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a graph whose concept nodes reference a specific collection (or whose resource-instance nodes reference a specific Resource Model), there is no warning or error during import of any referenced collections or Resource Models not present in the project database. It would be annoying if this blocked import altogether, but at a minimum it should:
Issue a warning of which nodes reference unavailable collections, (same goes for Resource-Instance Nodes whose referenced Resource Model is not available)
Ensure that the Resource Model is set to Unpublished at start
Ideally the Graph Designer should throw a GraphValidationError if a user tries to publish a Resource Model with nodes pointing to missing collections so as to prevent creating resourceinstance data against it (since missing collections breaks the card UI for the offending nodegroups in the Resource Editor)
Note: this was tested as of dev/7.6.x at time of writing (4/15/24)
The text was updated successfully, but these errors were encountered:
whatisgalen
changed the title
(Frontend) Import Graph doesn't validate node concept collections against what's in database
(Frontend) Import Graph doesn't validate concept collections or Related Resource Models against what's in database
Apr 15, 2024
When importing a graph whose concept nodes reference a specific collection (or whose resource-instance nodes reference a specific Resource Model), there is no warning or error during import of any referenced collections or Resource Models not present in the project database. It would be annoying if this blocked import altogether, but at a minimum it should:
Ideally the Graph Designer should throw a GraphValidationError if a user tries to publish a Resource Model with nodes pointing to missing collections so as to prevent creating resourceinstance data against it (since missing collections breaks the card UI for the offending nodegroups in the Resource Editor)
Note: this was tested as of
dev/7.6.x
at time of writing (4/15/24)The text was updated successfully, but these errors were encountered: