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

bugfixing: several searchable fields

parent 9fdfbe4b
No related branches found
No related tags found
No related merge requests found
......@@ -427,18 +427,22 @@
</entityConsumer>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Activity_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
</entityFields>
......
......@@ -60,7 +60,6 @@
<name>DESCRIPTION</name>
<title>Description</title>
<contentType>LONG_TEXT</contentType>
<titleProcess>%aditoprj%/entity/Campaign_entity/entityfields/description/titleProcess.js</titleProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
......
import("system.result");
import("system.neon");
import("system.vars");
import("system.translate");
if(vars.get("$sys.operatingstate") != neon.OPERATINGSTATE_VIEW)
{
result.string(translate.text("Description"));
}
\ No newline at end of file
......@@ -180,9 +180,11 @@
</entityProvider>
<entityField>
<name>CONTACT_ORG_ID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
<searchable v="false" />
</entityField>
<entityConsumer>
<name>Documents</name>
......
......@@ -14,6 +14,7 @@
<entityField>
<name>DATE_EDIT</name>
<title>Date edit</title>
<searchable v="false" />
</entityField>
<entityField>
<name>DESCRIPTION</name>
......@@ -22,15 +23,18 @@
</entityField>
<entityField>
<name>DOCUMENTTEMPLATEID</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplateid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<title>Date new</title>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
......@@ -45,6 +49,7 @@
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
</entityField>
<entityField>
<name>NAME</name>
......
......@@ -213,9 +213,11 @@
</entityParameter>
<entityField>
<name>CONTACT_ORG_ID</name>
<searchable v="false" />
</entityField>
<entityField>
<name>CONTACT_PERSON_ID</name>
<searchable v="false" />
</entityField>
<entityConsumer>
<name>AnyContacts</name>
......@@ -284,6 +286,7 @@
</entityConsumer>
<entityField>
<name>ADDRESS</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Order_entity/entityfields/address/valueProcess.js</valueProcess>
</entityField>
<entityConsumer>
......
......@@ -430,18 +430,22 @@
</entityConsumer>
<entityField>
<name>USER_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Product_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
<entityConsumer>
......
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