assign true to force_return param in feature_value loop

This commit is contained in:
Manuel Raynaud
2014-01-28 09:37:30 +01:00
parent 4e28b7740f
commit fb021a55a2

View File

@@ -67,7 +67,8 @@ class FeatureValue extends BaseI18nLoop implements PropelSearchLoopInterface
new Type\EnumListType(array('alpha', 'alpha_reverse', 'manual', 'manual_reverse'))
),
'manual'
)
),
Argument::createBooleanTypeArgument('force_return', true)
);
}