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

Scan services removed empty files and properties

parent 4f515568
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
result.string(vars.getString("$field.ACTIVITYID"));
\ No newline at end of file
......@@ -126,7 +126,6 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordAdvertisingStatus</consumer>
<stateProcess>%aditoprj%/entity/Advertising_entity/entityfields/status/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Advertising_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Advertising_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
</entityField>
......
......@@ -74,7 +74,6 @@
<name>InvertBlacklist_param</name>
<valueProcess>%aditoprj%/entity/Context_entity/entityfields/contexttemplateplaceofuse/children/invertblacklist_param/valueProcess.js</valueProcess>
<expose v="true" />
<documentation>%aditoprj%/entity/Context_entity/entityfields/contexttemplateplaceofuse/children/invertblacklist_param/documentation.adoc</documentation>
</entityParameter>
<entityParameter>
<name>Blacklist_param</name>
......
......@@ -259,7 +259,6 @@
<name>DocumentTemplatePlaceOfUse_param</name>
<valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplateplaceofuse/children/documenttemplateplaceofuse_param/valueProcess.js</valueProcess>
<expose v="true" />
<documentation>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplateplaceofuse/children/documenttemplateplaceofuse_param/documentation.adoc</documentation>
</entityParameter>
</children>
</entityConsumer>
......
import("system.vars");
import("system.result");
import("Observation_lib");
result.string(Observation.actionState(vars.get("$sys.selection")));
\ No newline at end of file
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