Skip to content

Commit

Permalink
Merge pull request #66 from tirgil/master
Browse files Browse the repository at this point in the history
Add Facilitator name to Activity respresent in Group Activity
  • Loading branch information
nursix committed Jan 16, 2017
2 parents 81b05e4 + 639f466 commit fbd0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/STL/config.py
Expand Up @@ -750,7 +750,7 @@ def expose_human_resource_id(table):
'trigger':'service_id',
'target':'activity_id',
'lookupURL': S3.Ap.concat('/dvr/activity.json?service_type=PSS&~.service_id='),
'fncRepresent': function(r){return r.service_id+' ('+(r.start_date||'..')+' - '+(r.end_date||'..')+')'},
'fncRepresent': function(r){return r.service_id+' ('+(r.start_date||'..')+' - '+(r.end_date||'..')+') ('+(r.facilitator||'..')+')'},
'optional': true
})'''
s3.jquery_ready.append(script)
Expand Down

0 comments on commit fbd0997

Please sign in to comment.