Open pielat opened 6 years ago
I have the same issue.
I have the same bug. Very strange, I`m not sure, after which version of Redmine this was happened. My Redmine is 3.4.1 now.
edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.
edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.
I tried this, but it still don`t work :(
edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.
I tried this, but it still don`t work :(
I you are using a_common_libs form RMplus team please follow this instruction.
Probably there is a conflict with another plugin. Try disabling other plugins until the "Add..." link appears.
I have the same bug. IE11 + redmine 3.4.6 I tried to add code. clipboard_image_paste.js:587 alert("1"); <- added addFile = $(".attachments_form"); It's OK. form has been displayed. addFile = $(".attachments_form"); alert("1"); <- added It,s NG! form is not displayed.
Hello, We have upgraded our redmine instance and your plugin. We found that there is no option to add image from clipboard when editing an issue. Is it possible that this option disappeared? New issue: Editing issue: