Problem/Motivation
Views UI module has no views_ui.admin.inc but \Drupal\views\Plugin\views\wizard\WizardPluginBase trying to load it
is_file() check in module_load_include() hides this error
Proposed resolution
Remove useless calls
Remaining tasks
patch
User interface changes
no
API changes
no
Data model changes
no
Release notes snippet
no
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | 3017299-15.patch | 1.24 KB | kishor_kolekar |
| #12 | 3017299-12.patch | 1.24 KB | himanshu_sindhwani |
| #3 | 3017299-3.patch | 3.13 KB | andypost |
| #3 | interdiff.txt | 1.43 KB | andypost |
Comments
Comment #2
andypostComment #3
andypostAnd the rest
Comment #6
tim.plunkettIt is loading
core/modules/views_ui/admin.incwhich still exists and is needed for the calls toviews_ui_add_ajax_trigger().Works as designed?
Comment #7
andypostIs there issue to kill this include?
Comment #9
andypostLooks now it duplicates #3035340: Deprecate core/modules/views_ui/admin.inc
Comment #12
himanshu_sindhwani commentedRemoving module_load_include() from WizardPluginBase.php
Comment #13
anuj.sharma0103 commentedComment #14
daffie commentedThe testbot is failing and this needs a patch for 9.1 first.
Comment #15
kishor_kolekar commentedaddress the comment #14 reroll the patch for 9.1
please review the patch.
Comment #16
andypostit will not work as #6 said, I'd better closed it as duplicate of #3035340: Deprecate core/modules/views_ui/admin.inc
Comment #18
himanshu_sindhwani commentedI agree this depends on views_ui_add_ajax_trigger() depends on module_load_include(), marking this as closed.