Merge branch '1.2'

Conflicts:
	composer.lock
	resources/views/partials/incidents.blade.php
This commit is contained in:
Graham Campbell
2015-09-04 11:53:25 +01:00
6 changed files with 40 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ class Incident extends Model implements HasPresenter
*/
public function getIsScheduledAttribute()
{
return $this->getOriginal('scheduled_at');
return $this->getOriginal('scheduled_at') !== null;
}
/**