merlinofchaos wrote a piece of code which makes it really easy to refresh the content of a view.
As many contrib modules already does that, these small change is totally fine.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | drupal-2007474-6.patch | 847 bytes | dawehner |
| #6 | interdiff.txt | 797 bytes | dawehner |
| #5 | drupal-2007474-5.patch | 703 bytes | dawehner |
| #1 | views-2007474-1.patch | 627 bytes | dawehner |
Comments
Comment #1
dawehnerCommitted and moved to the core issue queue.
Comment #2
amateescu commentedComment #3
dawehnernope
Comment #4
amateescu commentedDoes the bot know that it has to test the 'patch (to be ported)' status?
Comment #5
dawehnerThis is the patch which got committed against Views 7.x-3.x
Let's port it.
Comment #6
dawehnerdamian suggested to add some documentation.
Comment #7
dawehner#6: drupal-2007474-6.patch queued for re-testing.
Comment #8
tim.plunkettLooks good to me, but I'm not 100% sure.
Comment #9
nod_Pretty nifty patch. Right now because ajaxPageState is borked it makes errors all over the place but it's not because of this code.
It'd say it's good to go. I'm happy with that. It might looks wrong and/or backwards but that's just because of
Drupal.ajax.And if someone wants to test, make sure the ajax option of the view has been checked, won't work otherwise :p
Comment #10
dawehnerMoving to task as it is technical just a port from d7, so not a feature.
Comment #11
yesct commentedThis issue was RTBC and passing tests on July 1, the beginning of API freeze.
Comment #12
alexpottConfirmed that this is a port of a D7 feature...
Committed 9f4b810 and pushed to 8.x. Thanks!