From b4d75b70c37c076661632300363354ca9800e021 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 18 Jan 2016 17:44:47 +0100 Subject: RPC update added limitToLocations/limitToAllowedUsers to LectureRead added parentLocationId to Location struct --- src/main/thrift/bwlp.thrift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 9583a9d..58c58d2 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -302,6 +302,8 @@ struct LectureRead { 19: LecturePermissions defaultPermissions, 22: optional LecturePermissions userPermissions, 25: list locationIds, + 26: bool limitToLocations, + 27: bool limitToAllowedUsers, } struct MasterTag { @@ -361,6 +363,7 @@ struct SatelliteUserConfig { struct Location { 1: i32 locationId, 2: string locationName, + 3: i32 parentLocationId, } // ############ EXCEPTION ###################### -- cgit v1.2.3-55-g7522