fix: require calendar owner or admin for booking confirm/decline. Fixes EventHub/EventHubBack#53
This commit is contained in:
Regular → Executable
+1
-1
@@ -2,7 +2,7 @@
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-include("records.hrl").
|
||||
|
||||
-define(TABLES, [user, calendar, event, booking]).
|
||||
-define(TABLES, [user, calendar, event, booking, admin]).
|
||||
|
||||
setup() ->
|
||||
eh_test_support:start_mnesia(),
|
||||
|
||||
Reference in New Issue
Block a user