Skip to content
Snippets Groups Projects
Commit 38b04c1f authored by Johannes Hörmann's avatar Johannes Hörmann Committed by Sophia Leierseder
Browse files

activity: rename CREATOR to RESPONSIBLE

parent 7c46db58
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ EmployeeUtils.hasRelations = function (pContactId) ...@@ -100,7 +100,7 @@ EmployeeUtils.hasRelations = function (pContactId)
//sql queries with selects on tables where an employee can be used //sql queries with selects on tables where an employee can be used
var queries = [ var queries = [
SqlCondition.begin() SqlCondition.begin()
.andPrepare("ACTIVITY.CREATOR", pContactId) .andPrepare("ACTIVITY.RESPONSIBLE", pContactId)
.buildSql("select 1 from ACTIVITY"), .buildSql("select 1 from ACTIVITY"),
SqlCondition.begin() SqlCondition.begin()
.andPrepare("TASK.REQUESTOR_CONTACT_ID", pContactId) .andPrepare("TASK.REQUESTOR_CONTACT_ID", pContactId)
......
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