Lists & filter fixed, use fieldsMap, links fixed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:10:18 +0000 (12:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:10:18 +0000 (12:10 -0400)
commitdd8dba8d289d8aee8f160cd70be9e6b8967b83cd
tree07810d1c8e01791ce5e1c2a2ba2895551018ec43
parentbac3e4123948468f07845bf35305d17ed4f95831
Lists & filter fixed, use fieldsMap, links fixed

Every list now passes a fields map to ensure the field values its
result produces correspond to the expected field names in the
widget component templates. For example, the list.html component
template expects an entity 'name', but packaging plugin passes this
as 'title' - with the map, they are matched.

getList for the lists now use custom fields array to allow this.

Quicklinks, count, and list entity & ref_dest links are now working.
models/admin/newDashboard/index.php
setup/adminHooks.php
views/admin/export/index.html
views/admin/newDashboard/components/buttons.html
views/admin/newDashboard/components/entityAmount.html
views/admin/newDashboard/components/list.html
views/admin/newDashboard/summaryWidget.html