Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
137 stars 55 forks source link

Enhancement to edit "Version" #24

Closed pr0l closed 6 years ago

pr0l commented 6 years ago

Hi. Do you plan to add support for version?

Ilogeek commented 6 years ago

Hello @pr0l

Thank you for your request. It looks like that version field works well when using drop-down list as display parameter in the field's options :

Example of my current config

Result: Version field example

You should use this fix as a workaround until I can update the plugin. I'll try to find a way to make checkboxes display parameter works.

Ilogeek commented 6 years ago

Hello @pr0l

I just updated the plugin. Version field with checkbox display is now supported.

If you find any problem with this update don't hesitate to post it here and we will find a solution

pr0l commented 6 years ago

@Ilogeek unfortunately the version field is not dynamic. This is the built-in redmine function. 2018-07-14 13 15 17 2018-07-14 13 13 01

2018-07-14 13 21 13

Ilogeek commented 6 years ago

Hi @pr0l

My bad, reading your request I thought you were speaking about custom field "version" (in Administration > Custom fields ).

The last update add the support for Target version and Assignee fields : Example of the last update

Don't hesitate to come back here if it doesn't work as expected.

If you find the plugin helpful, please take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit 👍

pr0l commented 6 years ago

everything works fine. Thank you very much for your work. For the plug-in to work completely, it needs to be reinstalled.