redmine_issue_dynamic_edit icon indicating copy to clipboard operation
redmine_issue_dynamic_edit copied to clipboard

Not working with custom Double fields

Open ballanz89 opened this issue 4 years ago • 3 comments

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.

ballanz89 avatar Jan 15 '21 14:01 ballanz89

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

markusneg avatar Jan 28 '21 09:01 markusneg

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 ?

Ilogeek avatar Feb 12 '21 15:02 Ilogeek

@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.

markusneg avatar Feb 17 '21 07:02 markusneg