Open oleole39 opened 1 year ago
hi, I get the same problem as well
I'll take a look.
Something has changed for this to be an issue, as it has never been an issue, since #6
And it should match title in the json. https://github.com/kanboard/website/blob/3c57ad0368b15045b90eea52c21c1cd6fb9610cf/plugins.json#L169
It is not possible to install the plugin via the PluginManager because of the wrong name. Please correct.
Hello,
When trying to upgrade Auto Email Extended Actions from 1.2.5 to 1.2.6 in Kanboard 1.2.32 using either the plugin PluginManager, or the manual plugin install menu in KB, I run into an error. With the second method, additional details are given: the plugin's name (Auto Email Extended Actions) doesn't match the plugin's namespace (SendEmailCreator).
Applying PR #29 solves the issue (at least via the manual plugin install menu, I did not test for PluginManager plugin) - the plugin gets updated. It also gets renamed SendEmailCreator in the plugin list, instead of Auto Email Extended Actions, but I assume this is wanted ?
Regards, oleole39