CC-4599: Calendar: Add an icon to indicate show is not fully booked
-done but a new icon is needed
This commit is contained in:
parent
771b9b9412
commit
82da4dcfe8
4 changed files with 29 additions and 0 deletions
|
@ -1801,6 +1801,8 @@ SQL;
|
|||
|
||||
$options["show_empty"] = (array_key_exists($show['instance_id'],
|
||||
$content_count)) ? 0 : 1;
|
||||
|
||||
$options["show_partial_filled"] = $showInstance->showPartialFilled();
|
||||
|
||||
$events[] = &self::makeFullCalendarEvent($show, $options,
|
||||
$startsDT, $endsDT, $startsEpochStr, $endsEpochStr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue