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

using this plugin with "A common libraries" #42

Closed antoninchadima closed 5 years ago

antoninchadima commented 5 years ago

Hello, is there a way of using this plugin with http://rmplus.pro/ "A common libraries"

  1. click on the pencil
  2. edit the desired value
  3. the new value is correctly displayed
  4. but the new value doesn't get stored
  5. reload the page
  6. old value is shown
antoninchadima commented 5 years ago

I tried different settings for the used rmplus plugins without any result

Ilogeek commented 5 years ago

Hi @antoninchadima

As mentionned in #28 by @dirmax , you can do the following :

On the "A common libs" settings page on your Redmine instance administration (settings/plugin/a_common_libs) uncheck the last element that appears in Other setting (which is not translated). It's a setting named enable_ajax_edit_form in the code, "Включить ajax загрузку формы редактирования задачи" as current label (it's not translated in the plugin) :

Uncheck the last element You can then apply your modification. Hope it will help !

antoninchadima commented 5 years ago

thx