- πΊπ¦Ukraine HitchShock Ukraine
Added a patch from #3155978 to fix a context error.
- last update
almost 2 years ago 76 pass, 9 fail - last update
almost 2 years ago 72 pass, 18 fail - Status changed to Needs review
10 months ago 6:34pm 4 July 2024 - π©πͺGermany geek-merlin Freiburg, Germany
Let's see how the last patch is tested.
- π«π·France andypost
Please, create a Merge request as patches no longer tested
- First commit to issue fork.
- πΊπΈUnited States bluegeek9
bluegeek9 β changed the visibility of the branch 8.x-4.x to hidden.
- First commit to issue fork.
- Merge request !42Issue #2665328: Fix variants take entity label, not the variant title β (Open) created by trafo
- πΈπ°Slovakia trafo
Due to changes in π Path has unnecessary query appended. Fixed , the parameter name in
PageManagerHelper::getVariantTitle()
must be updated from$page_manager_page_variant
to$_page_manager_page_variant
. This is necessary becauseDrupal\Core\Controller\TitleResolver::getTitle()
relies on reflection to determine argument names, and the new naming convention is required for proper resolution. - πΊπΈUnited States bluegeek9
I added a hook to allow additional tokens. I have added a patch. I have not updated the MR. I'm still new to contributing to Page Manager.
/** * Returns available context as token data. * * @return array * An array with token data values keyed by token type. */ protected function getContextAsTokenData() { ... $this->moduleHandler->alter('page_manager_context_as_token', $data, $contexts); return $data; }