Hopefully a simple question though the answer has as yet eluded me...
When I load a dashboard built using sideview the following error is displayed:
Unknown parameter 'lastest' is defined for module Search
This error does not seem to affecting any functionality and the dashboard and subsequent searches run as expected. Infact after running a search the error goes away and it only appears after recompiling the XML code (ie if you access the view via the App panel it does not produce the error.
I am using
As I say it does not look to be affecting any functionality but suggestions as to the cause will be much appreciated.
Cheers,
Alastair
I think it's just a typo in your view. There is indeed no param on the Search module called "lastest" - but I think you intended to set the "latest" param.
So somewhere on the page, I think there's at least one Search module with a typo in its earliest param?
I think it's just a typo in your view. There is indeed no param on the Search module called "lastest" - but I think you intended to set the "latest" param.
So somewhere on the page, I think there's at least one Search module with a typo in its earliest param?
Doh... it is amazing what a fresh set of eyes can pick up 🙂
Thank you
Alastair