Relation load issue #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Demo clip below. On first edit attempt, the relation to the
officesdoes not show. But after closing and reopening the dialog, it does.I have reproduced this. Seems like either an issue with when/how the records for e.g.
Roomare fetched and made available in the local graph store, or when/how the application components (specifically theInstancesSelectEditorand theNodeShapeViewer) try to find updates in the graph store.I saw what I think is a related issue: the value of the
Officesfield is a URL on first load (see screenshot), and after opening and closing the form editor, it shows the specific office record's prefLabel.Ha ok! I reported this last behavior in #10 (comment) -- apparently misinterpreting the cause.
Once the update proposed and proofed here: #37 (comment) is deployed, the reported issue should be resolved.
The "related" issue of the office pid showing up at first, and only afterwards the preflabel, is related to when exactly specific records are fetched. Currently, the
NodeShapeViewercomponent does not fetch records that are related to it. The simplest option I can think of here is to fetch the individual records related to thepidwhen a givenNodeShapeVieweris rendered.