As @thissideup noticed in #1307674: Notice: Undefined index: view_path in views_ajax(), line 26 of /sites/all/modules/views/includes/ajax.inc, and Jorrit noticed in #1730262: AJAX errors using Views mini pager, 'theme callback' => 'ajax_base_page_theme' was missing from our ajax menu callback, causing the themeing (css/js) to break. The font size of the whole page will change in some cases. Patch coming up.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | relation_select-ajax-callback-breaks-theming-1805098-1.patch | 498 bytes | steveoliver |
Comments
Comment #1
steveoliver commentedFrom my conversation with him a few days, ago, Jorrit explains the
theme_callbackfix:Comment #2
steveoliver commentedCommitted in 01c905e. Thanks, Jorrit.