Fixed userId when creating an event
This commit is contained in:
parent
cb6c55a639
commit
e7b376e722
@ -54,7 +54,7 @@ public class CreateEventController {
|
||||
textStart.getText(),
|
||||
textEnd.getText(),
|
||||
datePickerDate.getValue().atStartOfDay(),
|
||||
1
|
||||
(int)DataController.USER_ID
|
||||
);
|
||||
|
||||
System.out.println(event.getAsUrlParam());
|
||||
|
Loading…
Reference in New Issue
Block a user