Fix on company color

Change-Id: I48e619e7689abbca8e32d9d8546fc90ba67848e8
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2020-10-01 14:33:28 -03:00
parent 408e8aefe8
commit c62ccb28e3

View File

@ -38,7 +38,7 @@ final class CompanySerializer extends SilverStripeSerializer
'CommitmentAuthor' => 'commitment_author:json_string',
'LogoUrl' => 'logo:json_url',
'BigLogoUrl' => 'big_logo:json_url',
'Color' => 'color:json_string',
'Color' => 'color:json_color',
];
/**