| 1 | <?php |
||
| 12 | class InlineEditController extends Controller |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Apply attribute value for given locale and scope(channel) after grid inline edit |
||
| 16 | * |
||
| 17 | * @AclAncestor("default_value_inline_edit_update_value") |
||
| 18 | * |
||
| 19 | * @param Request $request |
||
| 20 | * @param $id |
||
| 21 | * @param $dataLocale |
||
| 22 | * @param $scopeCode |
||
| 23 | * @return Response |
||
| 24 | */ |
||
| 25 | public function updateAttributeValueAction(Request $request, $id, $dataLocale, $scopeCode) |
||
| 44 | } |
||
| 45 |