Merge branch '1.2'
Conflicts: composer.lock resources/views/partials/incidents.blade.php
This commit is contained in:
@@ -142,7 +142,7 @@ class Incident extends Model implements HasPresenter
|
||||
*/
|
||||
public function getIsScheduledAttribute()
|
||||
{
|
||||
return $this->getOriginal('scheduled_at');
|
||||
return $this->getOriginal('scheduled_at') !== null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user