[
https://issues.apache.org/jira/browse/COUCHDB-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020968#comment-14020968
]
ASF subversion and git services commented on COUCHDB-2153:
----------------------------------------------------------
Commit c50fca5baf5d65feed90cc56ac6e0be81ff99150 in couchdb-fauxton's branch
refs/heads/import-master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=c50fca5 ]
Fauxton: Implement bulk deletion for all-docs-listing
Introduce a collection which keeps track of documents that will
deleted using the CouchDB Bulk-update API.
The collection fires events, so the view is noticed.
Closes COUCHDB-2153
> Documents bulk deletion is broken
> ---------------------------------
>
> Key: COUCHDB-2153
> URL: https://issues.apache.org/jira/browse/COUCHDB-2153
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Alexander Shorin
> Assignee: Robert Kowalski
>
> How it works in GMail and expected to be: you navigating though pages,
> checking rows that you'd like to remove and when you've done - just click on
> Remove button.
> How it works in Fauxton: you cannot navigate to the next page since all your
> checkboxes will be dropped. You have to remove docs first from the current
> page. After that you have to revalidate this page again since order had
> changed and documents from next page are now on current one (+ new documents
> had arrived). And so you have to do again and again till current page will
> contain no documents to delete. And only after than you can move to the next
> page and repeat this validation madness.
--
This message was sent by Atlassian JIRA
(v6.2#6252)