craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

dont print modules when all modules are disabled #11

Closed craftamap closed 4 years ago

craftamap commented 4 years ago

When all modules are disabled after uploading, it is more like a spam instead of information when a list of all disabled modules is printed.

Sven therefore suggested to modify the error message to read:

"Your plugin was installed successfully but all modules are disabled. This is often caused by problems such as importing services that are not properly defined in your atlassian-plugin.xml."

sschatter commented 4 years ago

Would add: Check the logs of your Atlassian host to find out more.