Remove installed plugins from available plugin list

This commit is contained in:
Naoki Takezoe
2014-06-29 12:39:27 +09:00
parent d8c27046f6
commit 0e1d184715
2 changed files with 1 additions and 8 deletions

View File

@@ -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
}
}