Skip to content
Snippets Groups Projects
Commit 3e59e23d authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

2003794 keyword category don't add invisible empty row

parent 43eef994
No related branches found
No related tags found
No related merge requests found
...@@ -117,10 +117,12 @@ ...@@ -117,10 +117,12 @@
<dbRecordFieldMapping> <dbRecordFieldMapping>
<name>SORTINGBY.value</name> <name>SORTINGBY.value</name>
<recordfield>AB_KEYWORD_CATEGORY.SORTINGBY</recordfield> <recordfield>AB_KEYWORD_CATEGORY.SORTINGBY</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping> </dbRecordFieldMapping>
<dbRecordFieldMapping> <dbRecordFieldMapping>
<name>SORTINGDIRECTION.value</name> <name>SORTINGDIRECTION.value</name>
<recordfield>AB_KEYWORD_CATEGORY.SORTINGDIRECTION</recordfield> <recordfield>AB_KEYWORD_CATEGORY.SORTINGDIRECTION</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping> </dbRecordFieldMapping>
</recordFieldMappings> </recordFieldMappings>
<linkInformation> <linkInformation>
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<children> <children>
<tableViewTemplate> <tableViewTemplate>
<name>CategoryTable</name> <name>CategoryTable</name>
<hideContentSearch v="false" />
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<columns> <columns>
<neonTableColumn> <neonTableColumn>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<children> <children>
<genericMultipleViewTemplate> <genericMultipleViewTemplate>
<name>KeywordMultiEdit</name> <name>KeywordMultiEdit</name>
<autoNewRow v="false" />
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<isCreatable v="false" /> <isCreatable v="false" />
<isDeletable 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