Skip to content

Commit

Permalink
feat: show uninstall button also for changed modules because some mod…
Browse files Browse the repository at this point in the history
…ules cannot be discard
  • Loading branch information
RobinTheHood committed Dec 30, 2023
1 parent 69cc28a commit e313ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Templates/ModuleInfoButtons.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@
if ($moduleView->isRepairable()) {
if (Config::getInstallMode() != 'link') {
echo $buttonDiscard;
echo $buttonUninstall;
} else {
echo $buttonDiscardLink;
echo $buttonUninstall;
echo $jsGoToFilesTab;
}
}
Expand Down

0 comments on commit e313ae7

Please sign in to comment.