Undev / redmine_close_button

Redmine Close Issue button plugin
https://github.com/Undev/redmine_close_button
Apache License 2.0
58 stars 30 forks source link

1.1.0 support #4

Closed diegows closed 13 years ago

diegows commented 13 years ago

I tried it with 1.1.0 and the close button doesn't appear. 1.1.0 will be appreciated.

akzhan commented 13 years ago

Hello, I just released version 0.0.3 of this plugin.

It successfully compatible with Redmine 1.0.5, but I have no time yet to test with 1.1 branch but it should.

Please review it on your installation and report about results.

diegows commented 13 years ago

Thanks. The button now appears. The problem is that I have custom statuses:

Open Default Closed Close=yes Rejected Close=yes Waiting for something

When I click on close, the state of the issue is " Waiting for something". It should be "Closed" or " Rejected".

Is there a way to configure what is the "Closed" status?

akzhan commented 13 years ago

It's good to hear it.

I will add feature to configure this in next version.

Nowadays You should open assets/javascripts/redmine_close_button.js and change ID_CLOSED and ID_REJECTED values.

akzhan commented 13 years ago

Issue #6 created to add customization support.