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

added comment

parent eabb8690
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ ContextUtils._getSelectMap = function()
{
var maskingUtils = new SqlMaskingUtils();
return {
// contextId nameField Tablename, IDField, RelationField, override Tablename (needed if Tablename is a join clause)
// contextId nameField Tablename (or from-part inc, joins), IDField, RelationField, override Tablename (needed if Tablename is a join clause)
"Organisation": ["\"NAME\"", "ORGANISATION", "ORGANISATIONID", ""],
"Person": [(new ContactTitleRenderer(Contact.createWithColumnPreset()).asSql()), "PERSON join CONTACT on PERSON.PERSONID = CONTACT.PERSON_ID join ORGANISATION on ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID ", "CONTACTID", "", "CONTACT"],
"Activity": ["SUBJECT", "ACTIVITY", "ACTIVITYID", ""],
......
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