Add "notes" to the whitelisted field list
This commit is contained in:
parent
6383974c21
commit
d055d10610
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,7 @@ class Calendar extends EA_Controller {
|
||||||
'zip_code',
|
'zip_code',
|
||||||
'timezone',
|
'timezone',
|
||||||
'language',
|
'language',
|
||||||
|
'notes',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$customer['id'] = $this->customers_model->save($customer);
|
$customer['id'] = $this->customers_model->save($customer);
|
||||||
|
@ -252,6 +253,7 @@ class Calendar extends EA_Controller {
|
||||||
'notes',
|
'notes',
|
||||||
'color',
|
'color',
|
||||||
'status',
|
'status',
|
||||||
|
'notes',
|
||||||
'is_unavailability',
|
'is_unavailability',
|
||||||
'id_users_provider',
|
'id_users_provider',
|
||||||
'id_users_customer',
|
'id_users_customer',
|
||||||
|
|
Loading…
Reference in a new issue