You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use this plugin 0.8.1 (master branch) with Redmine 4.2.7.
On issue with sub issue, the context menu is not show and a alert window say : "no url".
I quick fix (hugly) this problem by add this "$(".issue.details ").wrap("<form id='fakeDynamicForm' data-cm-url='/redmine/issues/context_menu' >");" in issue_dynamic_edit.js (line 111).
Now the contextMenu is displayed and it is work well on sub issues.
Can you integrate a better fix in your project ?
Hope that help.
Thank you for your plugin
Eric
The text was updated successfully, but these errors were encountered:
When I look at your screenshot I feel like it's not the default template from Redmine (looks like EasyRedmine to me) which may have altered default html structure. Can you list other plugins which may interfer with this page and which theme do you use (or specific Redmine instance such as EasyRedmine) ?
I'll try to check if we can switch this behaviour by not inserting a form tag but I think putting a static context menu URL is not the ideal idea (but in your case it could fix your issue temporarily)
Do you have the same issue with the default Redmine theme ?
Hi,
I use this plugin 0.8.1 (master branch) with Redmine 4.2.7.
On issue with sub issue, the context menu is not show and a alert window say : "no url".
I quick fix (hugly) this problem by add this "$(".issue.details ").wrap("<form id='fakeDynamicForm' data-cm-url='/redmine/issues/context_menu' >");" in issue_dynamic_edit.js (line 111).
Now the contextMenu is displayed and it is work well on sub issues.
Can you integrate a better fix in your project ?
Hope that help.
Thank you for your plugin
Eric
The text was updated successfully, but these errors were encountered: