Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FILEMAN-44: Add a checkbox on top of others to check them all #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

FILEMAN-44: Add a checkbox on top of others to check them all #12

wants to merge 2 commits into from

Conversation

bandoulyes
Copy link
Contributor

No description provided.

@@ -266,6 +268,9 @@

// Update the live table whenever the parameters are modified.
scope.$watch('params', function(newValue, oldValue) {
if(newValue.offset != oldValue.offset){
scope.selection = {};
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not good. Don't reset the selection when the user moves to a different page. The user must be able to execute batch operations (like copy or delete) on files that are displayed on different pages. I want to be able to select a file, move to the next page, select a second file and then click Copy to copy both files (so including the file that I selected on the previous page).

* Improve checkboxes synchronization.
* Create ngIndeterminate directive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants