ooiepe / epe_modules

1 stars 0 forks source link

EPE-6 Publish button on EV tool page does not work. #117

Closed seagrinch closed 8 years ago

seagrinch commented 8 years ago

The JavaScript tools are kept in the following repo https://github.com/ooiepe/EduVis

The actual tools are located in the "tools" subdirectory in the repo . To install, simply copy the tool's directory you want to the Drupal installation's sites/default/files/evtools/ directory.

If you are using the production copy, you'll actually find EduVis in the evtools directory. If so, you might be able to do a git pull. Then, from the sites/default/files/evtools directory, you can do something like cp -R EduVis/tools/Glider_Profile_Explorer_RU ./

seagrinch commented 8 years ago

From Allan 7/21/16 the original published field on the edit form was coded wrong. the actual published field was hidden in the module code. I reverse the hidden field setting, and remove the non functioning status field from edit from, and render the correct in its place instead. https://github.com/ooiepe/epe_modules/pull/108

seagrinch commented 8 years ago

Appears to be fixed.