Skip to content

Commit

Permalink
Dev Ensure assessment scope is always set
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 14, 2020
1 parent c6f6d60 commit 153f23a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/models/Assessment.php
Expand Up @@ -46,6 +46,7 @@ public function rules()
{
return array(
array('name,message', 'LSYii_Validators'),
array('scope', 'in', 'range'=>array('G', 'T'))
);
}

Expand Down

0 comments on commit 153f23a

Please sign in to comment.