Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
render system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2015 at 08:00 UTC
Updated:
14 Sep 2015 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottComment #3
catchDamn.
Comment #5
alexpottSo we still need the serializer because serialization is more generic than just JSON.
I think this patch helps people who try to implement an Ajax command using the core framework lose less hair.
Comment #6
joelpittetBig +1
To test I used simpletest to try out things that I expected would use commands. Including quick edit, views dialog/modals and toolbar all work.
Also reviewed the code as well.
Comment #7
wim leersInteresting!
Nit: s/serialisation/serialization/ — can be fixed on commit.
Comment #8
alexpottThanks @Wim Leers
Comment #9
catchCommitted/pushed to 8.0.x, thanks!