redmine_issue_dynamic_edit
redmine_issue_dynamic_edit copied to clipboard
Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
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"...
By default, the editing dialog is very small for the Description dialog. I usually have fairly long task descriptions (and I think many others as well). Resizing is not really...
This change means that only changes to the current selected field will be pushed to the server. This will prevent cases where a change to a single field will overwrite...
Hi. I want to edit an item with the dynamic_edit plugin in the show Issue page, and click Edit. but, In that case redmine default javascript tag does not work...
Hi, The dynamic edit in issues list could be a very useful enhancements. Is this a subject you are interested in ?
Actually we must click twice, one for edit th date value, another to validate, this PR resolves this issue. We hide the edited menu also when we choose a date...
First let me say, great plugin. This is a super big help. I am having an issue saving any inline edits. Per attached 001 image, I make my edits in...
First, please allow me to thank you for the great work 💪. I think this is a bug, with Dynamic Edit, if you use also the Default Assignee Plugin (https://github.com/ozguryazilimas/redmine_default_assignee)...
Hello, i just installed your Ajax Redmine Issue Dynamic Edit plugin and it is perfect I have one additional question.. we use plugins: - contact (https://www.redmineup.com/pages/plugins/crm) - product (https://www.redmineup.com/pages/plugins/products) and...
Hi llogeek, I think the root cause is jQuery function parseHTML default skip script tag, so I set keepscript attribute to true. [jQuery-parseHTML](https://www.w3cschool.cn/doc_jquery/jquery-jquery-parsehtml.html#jQuery-parseHTML-data-context-keepScripts)