fix partey timeslot share field
This commit is contained in:
parent
3bcc0efe0d
commit
430d1c731d
@ -57,15 +57,15 @@ public class TimeslotController extends BaseController {
|
||||
/**
|
||||
* Gets the timeslots.
|
||||
*
|
||||
* @param pageParameter the page parameter
|
||||
* @param sizeParameter the size parameter
|
||||
* @param sortParameter the sort parameter
|
||||
* @param descParameter the desc parameter
|
||||
* @param ownerParameter the owner parameter
|
||||
* @param afterParameter the after parameter
|
||||
* @param typeParameter the type parameter
|
||||
* @param pageParameter the page parameter
|
||||
* @param sizeParameter the size parameter
|
||||
* @param sortParameter the sort parameter
|
||||
* @param descParameter the desc parameter
|
||||
* @param ownerParameter the owner parameter
|
||||
* @param afterParameter the after parameter
|
||||
* @param typeParameter the type parameter
|
||||
* @param visibilityParameter the visibility parameter
|
||||
* @param searchParameter the search parameter
|
||||
* @param searchParameter the search parameter
|
||||
* @return the timeslots
|
||||
*/
|
||||
@PreAuthorize("isAuthenticated()")
|
||||
@ -114,6 +114,7 @@ public class TimeslotController extends BaseController {
|
||||
timeslot.setSecret(null);
|
||||
timeslot.setStream(null);
|
||||
timeslot.setOwner(null);
|
||||
timeslot.setShare(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user