When a component is added to a base from another base, it can be viewed by then does not show in the canvas
Description (acceptance criteria)
[ ] When a wcomponent is loaded from another base, store it in the specialised_objects under wcomponents_by_id_from_other_bases
[ ] Enable wcomponents to load from either specialised_objects.wcomponents_by_id or specialised_objects.wcomponents_by_id_from_other_bases
[ ] When a node tries to render on the canvas, get it to trigger the same look up code: this code should add to a list of wcomponent_ids_to_try_fetching and this list should be operated on in perhaps groups of up to 1000 wcomponents every half a second
Why (hypothesis)
Will enable a better experience for the user
Screenshots
Currently it will display "not found" despite rendering in the side panel:
Currently
Description (acceptance criteria)
specialised_objects.wcomponents_by_id
orspecialised_objects.wcomponents_by_id_from_other_bases
Why (hypothesis)
Screenshots
Currently it will display "not found" despite rendering in the side panel: