mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
Remove installed plugins from available plugin list
This commit is contained in:
@@ -153,7 +153,7 @@ trait SystemSettingsControllerBase extends ControllerBase {
|
||||
if(installedPlugins.exists(_.id == properties.getProperty("id"))) "installed" else "available")
|
||||
}
|
||||
} else Nil
|
||||
}
|
||||
}.filter(x => !installedPlugins.exists(_.id == x.id))
|
||||
} else Nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user