The service and appointment models support color API encoding/decoding.

This commit is contained in:
Alex Tselegidis 2022-01-18 18:22:24 +01:00
parent df1d4fdeea
commit 25f533df39
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ class Appointments_model extends EA_Model {
'start' => 'start_datetime',
'end' => 'end_datetime',
'location' => 'location',
'color' => 'color',
'notes' => 'notes',
'hash' => 'hash',
'providerId' => 'id_users_provider',

View file

@ -40,6 +40,7 @@ class Services_model extends EA_Model {
'currency' => 'currency',
'description' => 'description',
'location' => 'location',
'color' => 'color',
'availabilitiesType' => 'availabilities_type',
'attendantsNumber' => 'attendants_number',
'categoryId' => 'id_categories',