Added new parents field with more options

This commit is contained in:
Andy Miller
2017-04-10 15:07:14 -06:00
parent 5e732e1de2
commit 7abf4b1461
9 changed files with 48 additions and 46 deletions

View File

@@ -1361,8 +1361,8 @@ class AdminController extends AdminBaseController
}
$this->admin->json_response = [
'status' => 'error',
'message' => $this->admin->translate('PLUGIN_ADMIN.NO_CHILD_TYPE')
'status' => 'success',
'child_type' => 'default'
];
return true;