Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Nov 2013 at 14:31 UTC
Updated:
29 Jul 2014 at 23:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yesct commentedtrying again to add parent.
Comment #2
yesct commentedjust related, was noticed in that other issue, but existed before.
Comment #3
yesct commentedtrying again.
Comment #4
tstoecklerI think there's a double space there after "disable".
Leaving at needs review.
Comment #5
damiankloip commentedGood spot. Thanks!
Comment #6
dawehnerI tested the views UI manually and things still work with the nice ajax dialogs. Also enable/disable in the view listing still worked.
There are a bunch of #ajax => TRUE, fapi elements, though these ones are not influenced here:
Comment #7
damiankloip commentedYep indeed; I have removed the code in theme_links() in this patch too. I think the entity reference ones are ok though, as they switch it out for an array in process callbacks. So by the time they are rendered they have a regular ajax array in there.
Basically the only real abuse was/is in views UI.
Comment #8
damiankloip commentedcome on me.
Comment #9
alexpottComment #10
damiankloip commentedRerolled. Conflict was due to the conversion to use the CSRF integration.
Comment #11
damiankloip commentedComment #13
damiankloip commentedComment #14
damiankloip commented10: 2136641-10.patch queued for re-testing.
Comment #15
dawehner10: 2136641-10.patch queued for re-testing.
Comment #16
dawehnerComment #17
star-szrComment #18
alexpottCommitted 090d5d1 and pushed to 8.x. Thanks!