diff --git a/entity/Member_entity/Member_entity.aod b/entity/Member_entity/Member_entity.aod index 5c1fd6ebd52ac41949e646f2052f92d15621a2fa..592118582b0fd365988013d8d85f9a6450832ed7 100644 --- a/entity/Member_entity/Member_entity.aod +++ b/entity/Member_entity/Member_entity.aod @@ -24,7 +24,6 @@ <consumer>Contacts</consumer> <linkedContext>Person</linkedContext> <mandatory v="true" /> - <dropDownProcess>%aditoprj%/entity/Member_entity/entityfields/contact_id/dropDownProcess.js</dropDownProcess> </entityField> <entityField> <name>OBJECT_ROWID</name> diff --git a/entity/Member_entity/entityfields/contact_id/dropDownProcess.js b/entity/Member_entity/entityfields/contact_id/dropDownProcess.js deleted file mode 100644 index e04712f9964d01c3585f846d62f43a8ec9c2a17b..0000000000000000000000000000000000000000 --- a/entity/Member_entity/entityfields/contact_id/dropDownProcess.js +++ /dev/null @@ -1,11 +0,0 @@ -import("system.result"); -import("Keyword_lib"); -import("KeywordRegistry_basic"); - -//This dropDownProcess exists, even though the fieldState is READONLY. -//-->So we can use it when using the filter -var res = KeywordUtils.getEntryNamesByContainer($KeywordRegistry.contactPosition()).map(function (e){ - return [e, e]; //currently the first column is ID, second view value - which is the same because there is no ID for keyword-containers -}); - -result.object(res); \ No newline at end of file