Lists & filter fixed, use fieldsMap, links fixed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:17:14 +0000 (12:17 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:17:14 +0000 (12:17 -0400)
commitd163a3260c3ae6fb0047166094a709ba96da0689
treec16f545886ee8819c57a3fc1ba441a99c61d1047
parentdac6c8d202166326fa2f92c5512867503f85e090
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/events/list.php
setup/adminHooks.php