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
134 stars 56 forks source link

Manage DateTime CustomField format provided by redmine_datetime_custom_field #52

Closed Utopism closed 4 years ago

Utopism commented 4 years ago

Hi,

This pull request adds a specific bit of code to manage DateTime picker provided by the redmine_datetime_custom_field plugin. This code will never be called if the plugin is not installed because the new format will not exist.

The DateTime Picker will look like this : image

Related Issue here.

Thank a lot.

Ilogeek commented 4 years ago

Hi @Utopism

Thank you very much for your PR. Refactoring part was really appreciated 👍 I hope you'll use the plugin in your future projects

Regards

Utopism commented 4 years ago

@Ilogeek you're welcome happy to contribute to Open Source :-)