change plugin overview action buttons

This commit is contained in:
Eduard Heimbuch
2019-09-30 10:26:32 +02:00
parent 78b17c17e8
commit 66d4eb7a7f
5 changed files with 77 additions and 40 deletions

View File

@@ -66,7 +66,7 @@ public class InstalledPluginResource {
@ResponseCode(code = 500, condition = "internal server error")
})
@TypeHint(CollectionDto.class)
public Response updateAll(@QueryParam("restart") boolean restartAfterInstallation) {
public Response updateAll() {
pluginManager.updateAll();
return Response.ok().build();
}