This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Support bulk actions in repeater #1409
Merged
swilliamset
merged 4 commits into
ExactTarget:master
from
BenjaminNeilDavis:issue-1408-bulk-actions
Aug 4, 2015
Merged
Support bulk actions in repeater #1409
swilliamset
merged 4 commits into
ExactTarget:master
from
BenjaminNeilDavis:issue-1408-bulk-actions
Aug 4, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BenjaminNeilDavis
force-pushed
the
issue-1408-bulk-actions
branch
from
July 20, 2015 19:12
da2e7ce
to
114cc43
Compare
Hold till multi select is complete #1407 |
|
interactivellama
changed the title
Enabling bulk actions in repeater
Support bulk actions in repeater
Jul 28, 2015
@interactivellama yeah I was in the middle of merging. I dont know why it pushed that commit I wasnt ready to push the merge and my updates yet. |
BenjaminNeilDavis
force-pushed
the
issue-1408-bulk-actions
branch
from
July 28, 2015 17:38
2146e4e
to
733bb8e
Compare
BenjaminNeilDavis
force-pushed
the
issue-1408-bulk-actions
branch
from
July 29, 2015 16:20
8326b6e
to
959e8a0
Compare
Handling the addition of "bulk actions". Now when multiple items are selected returns all items with each items properties and the item itself.
Updating test for change in returned action obj
Make repeater actions have pointer cursor
Fixes #1411
Had to make a few changes to deal with the new additions within multi select. Added support for just selected instead of multi-selected.
Overwritting css class for actions dropdown menu to show glyphicons
Fix to index view. Column sizing on
Bad selector in multi-select-enabled if columnsyncing was not turned on
Adding a check to see if there are actions selected or not. If none selected bluk actions is disabled.
Center actions column and not using hard coded padding values
Updating the selecting of rows / clicking on rows.
Had to make a few changes to deal with the new additions within multi select. Added support for just selected instead of multi-selected.
BenjaminNeilDavis
force-pushed
the
issue-1408-bulk-actions
branch
from
July 31, 2015 17:14
6a8adfa
to
ed63f0c
Compare
swilliamset
added a commit
that referenced
this pull request
Aug 4, 2015
Support bulk actions in repeater
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Handling the addition of "bulk actions". Now when multiple items are selected returns all items with each items properties and the item itself.
Fixes issue #1408