Skip to content

Conversation

@capnfabs
Copy link
Member

@capnfabs capnfabs commented Feb 9, 2016

Previously, all tiles had their clicking disabled by faulty logic. Pebble doesn't know how to handle
the .length property of arrays, and interpreted it as null, which prevented the relevant code
from firing. This change converts ChartItem#conceptUuids to a List instead of an array, such that
Pebble is capable of working with the field.

Previously, all tiles had their clicking disabled by faulty logic. Pebble doesn't know how to handle
the `.length` property of arrays, and interpreted it as null, which prevented the relevant code
from firing. This change converts `ChartItem#conceptUuids` to a List instead of an array, such that
Pebble is capable of working with the field.
capnfabs added a commit that referenced this pull request Feb 9, 2016
Restore clickability for all tiles with 1 concept.
@capnfabs capnfabs merged commit 32e457a into projectbuendia:dev Feb 9, 2016
@llvasconcellos
Copy link
Contributor

Let's ditch peeble please!!! 😄

@llvasconcellos
Copy link
Contributor

great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants