colors for visual grouping of customer, projects and activities (#751)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
App\Entity\Activity:
|
||||
exclusion_policy: All
|
||||
custom_accessor_order: [id, name, comment, visible, project, fixedRate, hourlyRate]
|
||||
custom_accessor_order: [id, name, comment, visible, project, fixedRate, hourlyRate, color]
|
||||
properties:
|
||||
id:
|
||||
include: true
|
||||
@@ -24,6 +24,9 @@ App\Entity\Activity:
|
||||
include: false
|
||||
exclude: true
|
||||
groups: [Default]
|
||||
color:
|
||||
include: true
|
||||
groups: [Entity]
|
||||
virtual_properties:
|
||||
getProject:
|
||||
serialized_name: project
|
||||
|
||||
Reference in New Issue
Block a user