8000 CRM-6246: Incorrect titles for Context fields and custom entities · oro-subtree/EntityExtendBundle@4441c06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4441c06

Browse files
committed
CRM-6246: Incorrect titles for Context fields and custom entities
- Resolve title inconsistency - Remove translator injection - Add fallback name provider to return Item #id - Add deprecation note in entity edit UI for `title_fields`
1 parent d17661b commit 4441c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/translations/messages.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ oro:
129129
items:
130130
searchable: "Searchable"
131131
searchable.tooltip: The field will appear in search results after the completion of reindex job that might take some time.
132-
title_field: "The search result title"
133-
title_field.tooltip: Field value will be included into the search result title
132+
title_field: "The search result title (deprecated)"
133+
title_field.tooltip: This setting is deprecated since 2.0. Create table-column string fields instead to be used as human-readable title.
134134
entity:
135135
items:
136136
searchable.tooltip: The entity will appear in search results after the completion of reindex job that might take some time.

0 commit comments

Comments
 (0)
0