LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

unregister info gear not working as expected after merging to master #214

Closed mdsnor closed 9 years ago

mdsnor commented 9 years ago

selection_024

Module Output always true (should be true only if true in WPS_output column of datasets table).

Probably <%if d.wps_output %> should be changed to: <%if d.wps_output == true %>