dashboard-widget-document-list
dashboard-widget-document-list copied to clipboard
Option `params` is `queryParams`, producing `param $types references, but not provided` error.
Hi,
In the doc, the option params
is supposed to control params passed to the query but according to the code it's queryParams
.
If think it's a small typo.
By using the first one I get
param $types references, but not provided
While using the second one works.
I don't know which one is the correct one, for now I'm using the one that is working.