stefanzugal / accept-plugin

Accept plugin for redmine
MIT License
18 stars 4 forks source link

Percentage doesn't update in real time #3

Closed irongomme closed 8 years ago

irongomme commented 8 years ago

We need to refresh the page to have the percentage updated. I'm using redmine 3.2

stefanzugal commented 8 years ago

Actually the plugin submits the redmine form via Javascript, hence the page is reloaded automatically (should be the same behaviour as if you clicked on the "Submit" on the very bottom of the redmine issue). See: https://github.com/stefanzugal/accept-plugin/blob/master/app/helpers/accept_helper.rb#L34

irongomme commented 8 years ago

Argh .. this was not for this plugin, i've mixed several pages on github projects. Dont matter about this !