summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorJonathan Bauer2016-01-18 17:44:47 +0100
committerJonathan Bauer2016-01-18 17:44:47 +0100
commitb4d75b70c37c076661632300363354ca9800e021 (patch)
treea0220cc3c6d695a7099a964f230f6f23cfff6959 /src/main/thrift/bwlp.thrift
parentThrift(SAT): Add lecture is private only field to lecture struct (diff)
downloadmaster-sync-shared-b4d75b70c37c076661632300363354ca9800e021.tar.gz
master-sync-shared-b4d75b70c37c076661632300363354ca9800e021.tar.xz
master-sync-shared-b4d75b70c37c076661632300363354ca9800e021.zip
RPC update
added limitToLocations/limitToAllowedUsers to LectureRead added parentLocationId to Location struct
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift3
1 files changed, 3 insertions, 0 deletions
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<i32> 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 ######################