Fix workspaced junctions (1.2)
_loader/loader.py: Check Element._get_consistency() for junction consistency
Instead of looping over the sources directly, we should be using the canonical way of checking element consistency.
This requires an additional call to Element._update_state() on the freshly loaded junction element in order to ensure we calculate consistency.
This fixes issue #1030 (closed).