Plugins: Fix Readme dialog popup and configure option after saving - refs #2661

pull/4753/head
Yannick Warnier 2 years ago committed by GitHub
commit d9ff87804e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      assets/js/legacy/app.js
  2. 3
      public/main/inc/lib/plugin.lib.php

@ -177,6 +177,8 @@ $(function () {
globalModalBody.css({'max-height' : "500px", "overflow" : "auto"});
$('#global-modal').css({'top' : "10%", "z-index" : "10000", "width" : "60%", "left" : "20%", "border" : "1px solid #ccc"});
toggleModal('global-modal');
});
});

@ -141,9 +141,6 @@ class AppPlugin
*/
public function getInstalledPlugins($fromDatabase = true)
{
// @todo restore plugin loading
return [];
static $installedPlugins = null;
if (false === $fromDatabase) {

Loading…
Cancel
Save