- π³π±Netherlands ndf Amsterdam
Hi, I've updated the patch.
Now 1 thing is changed; the addition of the
expanded
property.In the original #3 patch there were some extra lines removed, probably unintentionally.
I added the following line (in bold below) to MenuItems.php, so I could determine if a link had the expanded flag set.
// Build the link item.
$simplifiedLink = [
'text' => $item->link->getTitle(),
'url' => $item->link->getUrlObject()->toString(),
'active_trail' => FALSE,
'active' => FALSE,
'is_expanded' => $item->link->isExpanded(),
];
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi, I've updated the patch.
Now 1 thing is changed; the addition of the expanded
property.
In the original #3 patch there were some extra lines removed, probably unintentionally.