Problem/Motivation
Project IDs are always fully qualified in the format SOURCE_ID/LOCAL_ID. Because the Svelte code is too stupid to realize this, project IDs are passed to it already fully-qualified by the backend. But that really shouldn't need to be the case; the front-end knows what the source IDs are, so it should be able to construct fully qualified project IDs on its own.
Comments
Comment #2
chrisfromredfinComment #3
phenaproximaClosing; this works as designed. The Svelte code now receives fully qualified project IDs, and doesn't modify them in any way.