Bug Report
Steps to Reproduce:
- Launch a fresh calm hub from calm-hub/deploy >
docker compose up. Make sure you delete your DB if it already exists in docker desktop
npm ci && npm run build && npx link cli to get latest cli built
- Load UI and confirm only one archtecture exists under workshop: Conference Signup Architecture
- push the architecture file linked at the bottom of the issue:
npx calm hub push architecture test.arch.json
- Open CalmHub UI on http://localhost:8080/ and look under workshop namespace > Architectures
- Name should be correct - Testing Architecture listed.
- Push it again.
npx calm hub push architecture test.arch.json
- Refresh the page.
Expected Result:
UI should be the same, but one extra version under Test Architecture.
Actual Result:
Test Architecture renamed in UI to 'Architecture 3'.
NB: before pushing the second version, UI was returning right metadata:
Environment:
- Latest main CalmHub
- MacOSX 15.7.3
- Firefox
Additional Context:
NB this is actually returned from the CalmHub API. I think this is not a UI bug.
I can't reproduce this for patterns.
Bug Report
Steps to Reproduce:
docker compose up. Make sure you delete your DB if it already exists in docker desktopnpm ci && npm run build && npx link clito get latest cli builtnpx calm hub push architecture test.arch.jsonnpx calm hub push architecture test.arch.jsonExpected Result:
UI should be the same, but one extra version under Test Architecture.
Actual Result:
Test Architecture renamed in UI to 'Architecture 3'.
NB: before pushing the second version, UI was returning right metadata:
Environment:
Additional Context:
NB this is actually returned from the CalmHub API. I think this is not a UI bug.
I can't reproduce this for patterns.