Hi,
should be great in admin/content/subscriptions page to have checkboxes inside the table (a tableselect for e.g) to select some subs and execute selected operations on them.
By instance, we could easily delete further subs at the same time
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | subs-subs_panels_select-1758682-1.patch | 4.37 KB | chaby |
Comments
Comment #1
chaby commentedHere a patch but needs review
Comment #2
alexweber commentedMaybe we should implement this as a View instead so that we can use bulk operations?
Or create a submodule that implements this page as a View?
Comment #3
chaby commentedThat's should be a good idea as it could also fix this issue. I'll see if i have some times to spend for this.
I postpone this issue for the moment
Comment #4
alexweber commented@chaby, I actually went ahead and implemented #1661116: VBO Integration
I'll take a look at your patch and see what we can do from here.
Comment #5
alexweber commentedImplemented in c796d64.
Comment #7
chaby commentedvery nice, thanks for adding other operations too !