Closed kghbln closed 4 years ago
The constant is defined in SemanticBreadcrumbLinks::initExtension
and used in SemanticBreadcrumbLinks::onExtensionFunction
.
This error means the constant is used before it is defined. Either onExtensionFunction should not be called before initExtension... or the constant definition should be moved.
I again spend over half an hour on this issue. I'd rather spend this time elsewhere on this project than looping back every half year. Is there a way to fix this? I am now on
@mwjames It will be super cool to get a fix for this.
Setup and configuration
Issue
This notice is emitted for all four lines for
NS_MAIN
holdingSBL_PROP_PARENTPAGE
.Steps to reproduce
An additional question: Do I have to redefine the whole array of arrays or is there a way to add a search strategy e.g. for
NS_MAIN
without touching the other arrays?