You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when used on one particular site - which also uses the popular NeoMatrix-plugin - I get a fatal when attempting to save some pages.
This happens because we're trying to access ->owner->uri on $relatedMatrixBlock, and I think it happens because NeoMatrixBlocks don't necessarily have a owner (they can be quite nested).
I've patched my local site by adding a recursive method that cycles through parents until it finds one with a owner (fallback is to just return NULL and not add a URI to the collection) - but I figured I would raise it to your attention.
The text was updated successfully, but these errors were encountered:
Hi.
Using this plugin on a few sites, and love it.
However, when used on one particular site - which also uses the popular NeoMatrix-plugin - I get a fatal when attempting to save some pages.
This happens because we're trying to access
->owner->uri
on$relatedMatrixBlock
, and I think it happens because NeoMatrixBlocks don't necessarily have a owner (they can be quite nested).I've patched my local site by adding a recursive method that cycles through parents until it finds one with a owner (fallback is to just return NULL and not add a URI to the collection) - but I figured I would raise it to your attention.
The text was updated successfully, but these errors were encountered: