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

phenaproxima created an issue. See original summary.

chrisfromredfin’s picture

Issue tags: +core-mvp, +stable blocker
phenaproxima’s picture

Status: Active » Closed (works as designed)

Closing; this works as designed. The Svelte code now receives fully qualified project IDs, and doesn't modify them in any way.