ucscXena / ucsc-xena-client

Functional genomics browser
Apache License 2.0
57 stars 42 forks source link

KmPlot: 'title' param from km object is undefined #10

Closed albertwchang closed 8 years ago

albertwchang commented 8 years ago

Although I have incorporated the latest changes from dev branch of acthp/ucsc-xena/client, KmPlot.js does not appear to be getting the "title" prop variable. The file js/controllers/ui.js has in fact been updated within latest change:

'km-open': (state, id) => .assocInAll(state, ['km', 'id'], id, ['km', 'title'], .getIn(state, ['columns', id, 'columnLabel', 'user']), ['km', 'label'], Grouped by ${_.getIn(state, ['columns', id, 'fieldLabel', 'user'])}),

albertwchang commented 8 years ago

I was not on the dev branch...