Lists & filter fixed, use fieldsMap, links fixed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:18:14 +0000 (12:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 16:18:41 +0000 (12:18 -0400)
commitd096c9ebb6c45a88ba6c57e63fff29318f0489c0
treec4e1f8851f8985e8a4e15f32987298b3cbb5fdd6
parentf4441314913835c23ed100cd2eb94b5ec7c0a3fe
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.
setup/adminHooks.php