usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Fixed tree table pre-select problem #103

Closed chuanlin2018 closed 4 years ago

chuanlin2018 commented 4 years ago

http://mml.nist.gov:8080/browse/ODD-812

Fixed the problem that only the first level tree table in datacart was checked after user clicks on the download all button.

Almost all code was changed because I changed indent from 2 spaces to 4.

The actual changes are the following functions: this.buildSelectDataArray(this.dataFiles); this.checkNode(this.dataFiles, this.dataArray);

RayPlante commented 4 years ago

Deprecated by #109 after I botched a rebase.