Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Caleydo/targid_dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 5, 2016
2 parents cd7caa5 + 095c8c3 commit 42efa16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DummyList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class AStart extends ALineUpView {
promise.then((args) => {
const desc = args[0];
var rows : any[] = args[1];

this.fillIDTypeMapCache(idtypes.resolve(desc.idType), rows);

const columns = [
stringCol('a_name','Name'),
categoricalCol('a_cat1', desc.columns.a_cat1.categories),
Expand Down
1 change: 1 addition & 0 deletions Enrichment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class Enrichment extends ALineUpView {

// on success
promise.then((rows) => {
this.fillIDTypeMapCache(idtype, rows);
this.replaceLineUpData(rows);
this.updateMapping('score', rows);
this.setBusy(false);
Expand Down

0 comments on commit 42efa16

Please sign in to comment.