New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifying plugin realm registration files and description not supported #2322
Comments
Thanks for the PR but I think this functionality is a bad idea because it could easily match too many and select the wrong plugin. If there is a specific reason for this, I'm open to hearing it, but the change itself as it currently stands could end up giving replacing a different plugin. |
Modifying relam registration files and description not supported in plugin api Additionally removing 'Management' from plugins since we have it removed everywhere else.
Ha! the first condition is 'plugin name' in both of select and update clause. |
I believe that @cigamit has committed a change for this which is slightly different to your proposed request in b586e2f. Please check that out to see if resolves your issue and if so close this issue. |
Currently, api_plugin_register_realm only check 'file' and 'plugin' column. And 'file' column can be a file-list
Actually, most plugin frequently change file list, or change permission display with or without prefix "Plugin ->".
Then plugin Dev has to handle realm upgrade by self.
So I prefer new diff as below to more flexible detect plugin realm existing. I'll create PR as soon:
The text was updated successfully, but these errors were encountered: