[Bug] workspace.rename() only updates display title, physical folder stays unchanged #2836
jinlinggui
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
In the DSH web UI, renaming a workspace changes only its
titlefield inworkspace.json. The underlying directory on disk remains unchanged.Root Cause (dsh-workspace/lib/index.js ~81)
The
pathfield is immutable after creation. No filesystem rename operation exists.Expected vs Actual
Expected: Physical folder updates to match new title
Actual: Only DB record changed — creates UI inconsistency between workspace name and actual folder
All reactions