Closed albertwchang closed 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'])}),
Grouped by ${_.getIn(state, ['columns', id, 'fieldLabel', 'user'])}
I was not on the dev branch...
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'])}
),