#369·posting

Collection browser does not refresh after re-saving a deleted open request

Author: NeoZhao233Created Aug 18, 2026Updated Aug 18, 2026

Collection browser does not refresh after re-saving a deleted open request

I'm seeing an issue where the Collection browser does not refresh after deleting an open request and then saving it again.

Environment

  • Posting: 2.10.0
  • OS: macOS

Steps to reproduce

  1. Create a new request.
  2. Save it with Ctrl + S, for example as test-bug.
  3. Confirm that test-bug appears in the Collection panel.
  4. Delete test-bug from the Collection panel while keeping the request open.
  5. Press Ctrl + S again to save the currently open request.
  6. Check the Collection panel.

Expected behavior

The saved request should reappear in the Collection panel after it is saved again.

Actual behavior

The .posting.yaml file is successfully recreated on disk, but the request does not reappear in the Collection panel.

For example, after saving again, I confirmed that the file exists:

create-user.posting.yaml
test-bug.posting.yaml

However, test-bug is still missing from the Collection panel.

If I quit Posting and start it again, the request appears normally.

This looks like the Collection browser may not be refreshing after a deleted open request is recreated on disk.