OpenChain-Project / Online-Self-Certification-Web-App

This is the source code for the OpenChain Project Conformance Online Self-Certification Web App
https://certification.openchainproject.org/
Apache License 2.0
12 stars 5 forks source link

Update survey button does not work #112

Closed goneall closed 5 years ago

goneall commented 5 years ago

This is after PR #111 was merged.

Clicking on the "Update" button in the update survey dialog (the dialog that shows the tabs about what will be updated) does nothing.

I tried to debug this setting breakpoints in the dialog button code and the breakpoint is never hit.

Another unexplained behavior is the dialog is displayed before the dialog.show is called

goneall commented 5 years ago

Resolved with PR #117