-
Notifications
You must be signed in to change notification settings - Fork 278
N°8763 Halt setup if non-uninstallable extension is missing #781
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
N°8763 Halt setup if non-uninstallable extension is missing #781
Conversation
setup/extensionsmap.class.inc.php
Outdated
| * @return NULL|iTopExtension | ||
| */ | ||
| public function IsExtensionObsoletedByAnother(iTopExtension $oExtension) | ||
| public function GetInstalledExtensionsFromDatabase(Config $oConfig): array|false |
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 case of mysql xception, maybe it could be nice to log it.
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.
just made a first review.
92e13b5 to
c25adf7
Compare
odain-cbd
left a comment
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.
dont forget some unit test on your extension map changes. at least
* N°8763 Halt setup if an installed & non-uninstallable extension is missing from disk
No description provided.