GitHub user benkeen opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/555

    Sidebar automatically updates after design doc deleted

    After deleting a design doc, the sidebar didn't refresh, so you'd
    see the old data until the next repaint. This explicitly updates
    the sidebar after all document deletes (React will handle the
    nasty diffing for us, so it'll be performant).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benkeen/couchdb-fauxton sidebar-update-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/555.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #555
    
----
commit c81a974ff8f0cdf29716cc798610c866ad981f3c
Author: Ben Keen <[email protected]>
Date:   2015-10-13T21:37:43Z

    Sidebar automatically updates after design doc deleted
    
    After deleting a design doc, the sidebar didn't refresh, so you'd
    see the old data until the next repaint. This explicitly updates
    the sidebar after all document deletes (React will handle the
    nasty diffing for us, so it'll be performant).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to