Open Gustry opened 4 days ago
I manually cleaned the list by editing the plugin settings.
Hi @Gustry
Please find the proposed fix at #490. About the check, do you mean a blocking error that arises whenever the server attribute is set to True in the metadata, but the entry point serverClassFactory doesn't exist in init.py file? If so, I think it would change the workflow of the plugin. Perhaps we should let others know before. What do you think?
Given the page https://plugins.qgis.org/plugins/server/
I went to check a few plugins to look at their
__init__.py
file :They only define a
classFactory
, while a QGIS server plugin must defineserverClassFactory
, see the docsMy guess, it's that when they upload a new plugin, they don't know much about this checkbox : https://plugins.qgis.org/plugins/gazetteer_creator/update/
Maybe a string or tooltip adding some information would be welcome.
I'm not sure if it's quick to add a check when a version is uploaded.