UniversityOfHelsinkiCS/grappa-frontend

Bug: ThesisList-view crashes

Closed this issue · 0 comments

After the data has been fetched something goes wrong:

TableDataStore.js:412 Uncaught TypeError: Cannot read property 'toString' of undefined

And it is caused by this line:

<TableHeaderColumn dataField="ThesisProgress.isDone" dataFormat={this.statusFormatter} dataSort formatExtraData={this.statuses} width="200" filter={{ options: this.statuses, type: "SelectFilter", defaultValue: false }}>Status</TableHeaderColumn>

Maybe it should be just commented out for the tomorrow's demo event?