aem-core-wcm-components icon indicating copy to clipboard operation
aem-core-wcm-components copied to clipboard

Service ranking for TableOfContentsFilter incorrectly defined

Open HitmanInWis opened this issue 1 year ago • 0 comments

Version: 2.25.5-SNAPSHOT

The service ranking syntax in TableOfContentsFilter is defined incorrectly, resulting in the filter having an invalid config when viewed on /system/console/status-Services

Invalid line:

    property = {Constants.SERVICE_RANKING + "Integer=999"}

should be (added ':'):

    property = {Constants.SERVICE_RANKING + ":Integer=999"}

The component seems to be working fine w/o this service ranking, so unsure if this should be fixed or just removed.

HitmanInWis avatar Jun 26 '24 17:06 HitmanInWis