ApacheSolr 7.x has CTools exportables support now. That's great, but it doesn't work yet :) Exportables which live in code are not picked up, so any custom search pages for instances are not found, thus leading to a page not found.
This patch makes the search pages work again. But probably other tables/exportables will need to converted as well. This code is not ready at all to commit yet, one important part is that the UI also needs to take care of the 'disabled' property that CTools puts on objects.
Putting this major since either you go all the way or you roll this stuff back.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1386750-1.patch | 4.89 KB | swentel |
Comments
Comment #1
swentel commentedHere's the patch.
Comment #2
nick_vhDuplicate of #1357588: follow-up for import (needs to be optionally available when ctools is enabled) ?
Comment #3
nick_vhCtool is not a required component so we need to check if the module is available.
load_all, but still accept 1 page_id is probably confusing?
Same as before. Ctools is not required. This wil fail if ctools is not installed
Comment #4
swentel commentedOk, marking dupe