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