mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
background color of label must be named 'color' not 'colour'
This commit is contained in:
parent
6116bbfa4d
commit
1205b32572
|
@ -164,7 +164,7 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
|
|||
'id'=>(int)$category->getId(),
|
||||
'slug'=>strtolower($category->getName()),
|
||||
'name'=>$category->getName(),
|
||||
'colour'=>'#'.$color, //'#50b02c',
|
||||
'color'=>'#'.$color, //'#50b02c',
|
||||
'text_color'=>'#'.$this->getContrastColor($color),
|
||||
'match'=>'',
|
||||
'matching_algorithm'=>6,
|
||||
|
|
Loading…
Reference in New Issue
Block a user