- Issue created by @danflanagan8
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Seems legit, we should be able to expand the existing tests for this
I'm working on a site that allows the page
content type to be a leaf within a microsite. It is not allowed to be the parent of anything though.
The microsite EntityHooks code relies heavily on parentCandidate
, thereby ignoring my page
nodes when they are updated.
As a result, the cache has to be cleared for the microsite menus to be rebuilt properly.
Create a content type that can only be a leaf within a microsite. Any insert/update/delete need to be accompanied by a cache clear for the change to be reflected in a microsite menu.
Can we leverage childOfMicrositeLookup in addition to or instead of parentCandidate?
none
none
none
Active
3.0
Microsites sub-module
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Seems legit, we should be able to expand the existing tests for this