backfill fixes from 65957e7e to address #470 in active release

This commit is contained in:
Dane Everitt 2017-06-18 20:39:04 -05:00
parent 32b639e3eb
commit 1c5f892049
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 5 additions and 6 deletions

View file

@ -209,7 +209,7 @@ class OptionController extends Controller
try {
if ($request->input('action') !== 'delete') {
$variable = $repo->update($variable, $request->intersect([
$variable = $repo->update($variable, $request->only([
'name', 'description', 'env_variable',
'default_value', 'options', 'rules',
]));