-
Notifications
You must be signed in to change notification settings - Fork 318
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
[FEATURE] add confirmationMessage for disable plugins and hide installButtons if minVersionJeedom is not compatible on market display repo #3013
Conversation
install/update/reloadCache.php
Outdated
@@ -34,7 +34,7 @@ | |||
} | |||
foreach ($data['eqLogic'] as $id => $value) { | |||
$eqLogic = eqLogic::byId($id); | |||
if(is_object($eqLogic)){ | |||
if(is_object($cmd)){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact, there was indeed the basic error on the code.
I made a new PR from my fork, but my commit ended up on this PR which concerned the messages.
Since you had validated before, I wanted to go back to the original code
I made another PR in this sense:
#3032
Description
Suggested changelog entry
Related issues/external references
Fixes #
Types of changes
PR checklist