Page 1 of 1

[fixed] Navigator includeprefix: duplicate entry

Posted: Fri Apr 10, 2015 1:55 pm
by Franck
last rev 9903

When using the includeprefix option, the last entry (which is also the last one in the order of these pages) is not displayed, and the penultimate is appearing twice.

For example, with the following code, mentions-legales appears twice.

Code: Select all

{Navigator includeprefix="accueil,contact,mentions-legales,plan-du-site"}

Re: Navigator includeprefix: duplicate entry

Posted: Fri Apr 10, 2015 2:41 pm
by jce76350
confirmed after correction Navigator includeprefix or items=
Image

Re: Navigator includeprefix: duplicate entry

Posted: Fri Apr 10, 2015 4:09 pm
by calguy1000
should be fixed now. I make sure to do an array_unique on the items.

Re: Navigator includeprefix: duplicate entry

Posted: Fri Apr 10, 2015 4:25 pm
by jce76350
OK Solved for me