Skip to content
Snippets Groups Projects
Commit 755665f0 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1057717-EinbauKachelansicht' into '2020.1'

#1057717 einbau kachelansicht

See merge request xrm/basic!265
parents b097190a 29195240
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,23 @@ ...@@ -4,11 +4,23 @@
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="false" /> <filterable v="false" />
<layout> <layout>
<boxLayout> <groupLayout>
<name>layout</name> <name>layout</name>
</boxLayout> </groupLayout>
</layout> </layout>
<children> <children>
<tilesViewTemplate>
<name>Tiles</name>
<iconField>ICON</iconField>
<titleField>NAME</titleField>
<subtitleField>TYPE</subtitleField>
<descriptionField>SIZE</descriptionField>
<infoTopField>IS_MAIN_DOCUMENT</infoTopField>
<infoBottomField>DATE_EDIT</infoBottomField>
<favoriteActionGroup1>Document_actions</favoriteActionGroup1>
<entityField>#ENTITY</entityField>
<isCreatable v="true" />
</tilesViewTemplate>
<tableViewTemplate> <tableViewTemplate>
<name>Documents</name> <name>Documents</name>
<favoriteActionGroup1>Document_actions</favoriteActionGroup1> <favoriteActionGroup1>Document_actions</favoriteActionGroup1>
......
...@@ -6,11 +6,19 @@ ...@@ -6,11 +6,19 @@
<icon>VAADIN:FILE_FONT</icon> <icon>VAADIN:FILE_FONT</icon>
<filterable v="true" /> <filterable v="true" />
<layout> <layout>
<boxLayout> <groupLayout>
<name>layout</name> <name>layout</name>
</boxLayout> </groupLayout>
</layout> </layout>
<children> <children>
<tilesViewTemplate>
<name>Tiles</name>
<titleField>NAME</titleField>
<subtitleField>KIND</subtitleField>
<descriptionField>ISOLANGUAGE</descriptionField>
<entityField>#ENTITY</entityField>
<isCreatable v="true" />
</tilesViewTemplate>
<treeTableViewTemplate> <treeTableViewTemplate>
<name>SearchTree</name> <name>SearchTree</name>
<parentField>KIND</parentField> <parentField>KIND</parentField>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<name>ProductFilter_view</name> <name>ProductFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" /> <filterable v="true" />
<isOverlay v="false" />
<dashletConfigurations> <dashletConfigurations>
<neonDashletConfiguration> <neonDashletConfiguration>
<name>AllProductsDashlet</name> <name>AllProductsDashlet</name>
...@@ -25,11 +26,21 @@ ...@@ -25,11 +26,21 @@
</neonDashletConfiguration> </neonDashletConfiguration>
</dashletConfigurations> </dashletConfigurations>
<layout> <layout>
<boxLayout> <groupLayout>
<name>layout</name> <name>layout</name>
</boxLayout> </groupLayout>
</layout> </layout>
<children> <children>
<tilesViewTemplate>
<name>Tiles</name>
<iconField>#IMAGE</iconField>
<titleField>PRODUCTNAME</titleField>
<subtitleField>GROUPCODEID</subtitleField>
<descriptionField>STATUS</descriptionField>
<tilePresentation>PORTRAIT</tilePresentation>
<entityField>#ENTITY</entityField>
<isCreatable v="true" />
</tilesViewTemplate>
<tableViewTemplate> <tableViewTemplate>
<name>Products</name> <name>Products</name>
<titleField>PRODUCTNAME</titleField> <titleField>PRODUCTNAME</titleField>
......
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