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

fixed missing recordContainers in providers

parent 490f96e1
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@
</entityField>
<entityProvider>
<name>#PROVIDER</name>
<recordContainer>db</recordContainer>
</entityProvider>
<entityField>
<name>ICON</name>
......@@ -231,6 +232,7 @@
<name>LinkedObjects</name>
<fieldType>DEPENDENCY_IN</fieldType>
<documentation>%aditoprj%/entity/Activity_entity/entityfields/linkedobjects/documentation.adoc</documentation>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>8ececf30-a3bc-4cd2-ad04-fb9f3cb9332d</name>
......
......@@ -123,6 +123,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityProvider>
<name>PersCommPhone_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>2d615521-e9b9-463f-8e09-b5749b5484ff</name>
......@@ -135,6 +136,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityProvider>
<name>PersCommEmail_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>b1cc8f6a-e3c1-4d52-9fae-cf254ced5211</name>
......
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