Fix lazy loading issue when an audition is seated.
This commit is contained in:
parent
62dab98906
commit
57780846e3
|
|
@ -29,7 +29,7 @@ class SeatAuditionFormController extends Controller
|
|||
->orderBy('ensembles.rank')
|
||||
->orderBy('seats.seat')
|
||||
->select('seats.*')
|
||||
->with(['ensemble', 'entry.student.school'])
|
||||
->with(['ensemble', 'student.school'])
|
||||
->get();
|
||||
} else {
|
||||
$publishedSeats = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue