All users can access logs

This commit is contained in:
jendib 2013-09-05 11:34:53 +02:00
parent d5fa3a4e3a
commit e37eab3b7a
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
- Disable the whole document edit form while uploading files (client)
- Change browser title while uploading (client)
- Automatic backup system using Quartz (server)
- Check user role on logs polling (client)
- Automatic backup system using Quartz (server)

View File

@ -109,7 +109,6 @@ public class AppResource extends BaseResource {
if (!authenticate()) {
throw new ForbiddenClientException();
}
checkBaseFunction(BaseFunction.ADMIN);
// TODO Change level by minLevel (returns all logs above)
// Get the memory appender