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

Not working with custom Double fields #73

Open ballanz89 opened 3 years ago

ballanz89 commented 3 years ago

Hi, I can AJAX edit "Text" custom fields but not the "Double". For example I have a text "Salesman" field and I can change it. A Double field named "Price" and I cannot edit it.

markusneg commented 3 years ago

For me, editing of long text custom fields doesn't work.

Ilogeek commented 3 years ago

Hello @ballanz89 Do you have any JS error in your console ? When you say "Double custom field", which is the exact type ? By default you have : Boolean, Date, File, Float, Integer, Key/value list, Link, List, Long text, Text, User, Version. Does this new type comes from a specific plugin ? (Have you contacted them)

@markusneg Do you have any JS error in your console ? Do you use a specific plugin that may affect this custom field ?

markusneg commented 3 years ago

@markusneg Do you have any JS error in your console ? Do you use a specific plugin that may affect this custom field ?

With your plugin enabled I get

Relative positioning of table rows and row groups is now supported. This site may need to be updated because it may depend on this feature having no effect. jquery-1.11.1-ui-1.11.0-ujs-4.3.1.js:3:24687

upon viewing an issue. I have no other plugins enabled dealing with that Long Text custom field.