Skip to content
Snippets Groups Projects
Commit 486a2ff5 authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch '2003794_keywordCategory_create_fix' into '2021.2.4'

2003794 keyword category don't add invisible empty row

See merge request xrm/basic!1638
parents 43eef994 3e59e23d
No related branches found
No related tags found
No related merge requests found
......@@ -117,10 +117,12 @@
<dbRecordFieldMapping>
<name>SORTINGBY.value</name>
<recordfield>AB_KEYWORD_CATEGORY.SORTINGBY</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>SORTINGDIRECTION.value</name>
<recordfield>AB_KEYWORD_CATEGORY.SORTINGDIRECTION</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
</recordFieldMappings>
<linkInformation>
......
......@@ -11,6 +11,7 @@
<children>
<tableViewTemplate>
<name>CategoryTable</name>
<hideContentSearch v="false" />
<entityField>#ENTITY</entityField>
<columns>
<neonTableColumn>
......
......@@ -10,6 +10,7 @@
<children>
<genericMultipleViewTemplate>
<name>KeywordMultiEdit</name>
<autoNewRow v="false" />
<entityField>#ENTITY</entityField>
<isCreatable v="false" />
<isDeletable v="false" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment