Resolve "CAPI command to return privacy policy contents" #1121

Merged
korina.cordero merged 2 commits from 263-capi-command-to-return-privacy-policy-contents into master 2019-09-06 07:24:39 +00:00
Showing only changes of commit f1f6db475c - Show all commits

View file

@ -205,7 +205,8 @@ class PrivacyPolicyController extends Controller
throw $this->createNotFoundException('The item does not exist');
// set and save values
$row->setName($req->request->get('name'));
$row->setName($req->request->get('name'))
->setContent($req->request->get('content'));
// validate
$errors = $validator->validate($row);