Skip to content
Snippets Groups Projects
Commit f978163e authored by Mohamed Mansour's avatar Mohamed Mansour
Browse files

Activity themes

parent d829f140
No related branches found
No related tags found
No related merge requests found
......@@ -482,6 +482,24 @@
<name>Subject_param</name>
<expose v="true" />
</entityParameter>
<entityConsumer>
<name>ActivityAtrributes</name>
<dependency>
<name>dependency</name>
<entityName>Attribute_entity</entityName>
<fieldName>#PROVIDER</fieldName>
</dependency>
<children>
<entityParameter>
<name>ObjectType_param</name>
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/activityatrributes/children/objecttype_param/valueProcess.js</valueProcess>
</entityParameter>
<entityParameter>
<name>AttributeTypes_param</name>
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/activityatrributes/children/attributetypes_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
import("Attribute_lib");
result.object([$AttributeTypes.THEME.toString()]);
\ No newline at end of file
import("system.result");
import("Context_lib");
result.string(ContextUtils.getCurrentContextId());
......@@ -13,6 +13,14 @@
<entityFields>
<entityProvider>
<name>#PROVIDER</name>
<dependencies>
<entityDependency>
<name>0691a752-4e4e-47b7-a376-f39655c0aa6f</name>
<entityName>Activity_entity</entityName>
<fieldName>ActivityAtrributes</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityField>
<name>ATTRIBUTE_NAME</name>
......
......@@ -6,23 +6,19 @@
<layout>
<boxLayout>
<name>layout</name>
<direction>HORIZONTAL</direction>
</boxLayout>
</layout>
<children>
<genericViewTemplate>
<name>OfferInfo</name>
<editMode v="false" />
<showDrawer v="true" />
<drawerCaption></drawerCaption>
<fixedDrawer v="true" />
<hideLabels v="true" />
<entityField>#ENTITY</entityField>
<fields>
<entityFieldLink>
<name>c7e75393-4745-478b-9f89-878b9a19b722</name>
<entityField>INFO</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
<name>f3e3d589-16a5-45a3-878f-7f00548c4370</name>
<entityField>ActivityAtrributes</entityField>
<view>AttributeTree_view</view>
</neonViewReference>
<neonViewReference>
<name>9a9c4df0-abec-42b8-af90-b9fe57f28337</name>
<entityField>AttributeTree</entityField>
<view>AttributeRelationTree_view</view>
</neonViewReference>
</children>
</neonView>
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