Skip to content

Commit

Permalink
Merge pull request #7001 from laboro/fix/BAP-9808_1.9
Browse files Browse the repository at this point in the history
BAP-9808: Can't build a report on incoming/outgoing Calls
  • Loading branch information
Denis Voronin committed Mar 4, 2016
2 parents cdedfeb + a79c99b commit dcb2a75
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Oro/Bundle/EntityBundle/Resources/config/entity_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,12 @@ oro_entity_config:
# if not specified the virtual fields are created for all fields, except identifier ones
virtual_fields: # array of strings
options:
auditable: false
auditable: false
# specify the list of fields used for searching in the reports filter
search_fields: # array of strings
options:
auditable: false
# specify representation field used for rendering titles for search items in the reports filter
representation_field: # string
options:
auditable: false

0 comments on commit dcb2a75

Please sign in to comment.