fix: project edit dialog does not persist name and icon changes for local projects - #33494
fix: project edit dialog does not persist name and icon changes for local projects#33494Leto117 wants to merge 1 commit into
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found: PR #31736: fix: persist project edits for global/no-ID projects This PR appears to be directly related to the current PR #33494. Both are addressing the issue of persisting project edits (specifically name changes) for projects without a SQLite ID (local/global projects). The current PR (#33494) likely represents a more recent or focused fix for the same underlying issue (#32164). |
6fcf2ac to
e9fddee
Compare
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Description
Fixes #32164
When editing a project's name or icon via the Edit dialog (right-click ? Edit) in the Desktop app for local projects (without a SQLite project ID), the name and icon are saved to the per-workspace persisted store via serverSync().project.meta(), but the enrich() function in global.tsx never reads them back.
Two issues in enrich():
Changes