From e25460f7133cfeb2e30bebbe6d55c29589627992 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 3 Mar 2016 17:56:31 +0100 Subject: added hasUsbAccess field to Lecture* Struct * TODO refactor NetRules --- src/main/thrift/bwlp.thrift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index b0d54bc..b0a7bb3 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -256,6 +256,7 @@ struct LectureWrite { 17: list locationIds, 18: bool limitToLocations, 19: bool limitToAllowedUsers, + 20: bool hasUsbAccess, } struct LectureSummary { @@ -275,6 +276,7 @@ struct LectureSummary { 14: LecturePermissions defaultPermissions, 15: optional LecturePermissions userPermissions, 16: bool isImageVersionUsable, // Is the linked image version valid and enabled? + 17: bool hasUsbAccess, } struct LectureRead { @@ -304,6 +306,7 @@ struct LectureRead { 25: list locationIds, 26: bool limitToLocations, 27: bool limitToAllowedUsers, + 28: bool hasUsbAccess, } struct MasterTag { -- cgit v1.2.3-55-g7522