Fix front and backend views with new service variable setups

This commit is contained in:
Dane Everitt 2017-03-12 19:34:06 -04:00
parent 66e94dd7c0
commit fcadee7e67
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
14 changed files with 104 additions and 93 deletions

View file

@ -246,7 +246,7 @@ EOF;
'user_viewable' => 0,
'user_editable' => 0,
'required' => 0,
'rules' => 'required|string',
'rules' => 'string',
]);
}