From 28c1a4249e0af3a7954055ebbf086d12777eee9f Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Fri, 22 Sep 2017 14:14:51 +0200 Subject: [PATCH] #316 #303 Use owner and createdBy properties instead of deprecated user property --- ui/app/views/directives/flow/operation.html | 4 ++-- ui/app/views/directives/flow/task-log.html | 2 +- ui/app/views/directives/log-entry.html | 2 +- ui/app/views/directives/search/case.html | 2 +- ui/app/views/directives/search/observable-job.html | 2 +- ui/app/views/directives/search/observable.html | 2 +- ui/app/views/directives/search/task-log.html | 2 +- ui/app/views/directives/search/task.html | 2 +- ui/app/views/partials/case/case.merge.html | 2 +- ui/app/views/partials/case/case.panelinfo.html | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ui/app/views/directives/flow/operation.html b/ui/app/views/directives/flow/operation.html index 5fad899066..24480dda81 100644 --- a/ui/app/views/directives/flow/operation.html +++ b/ui/app/views/directives/flow/operation.html @@ -11,10 +11,10 @@ - {{getUserInfo.get(base.user) | getField: 'name'}} + {{getUserInfo.get(base.createdBy) | getField: 'name'}} - + {{millis | amDurationFormat : 'milliseconds'}} diff --git a/ui/app/views/directives/flow/task-log.html b/ui/app/views/directives/flow/task-log.html index 5652bca2e5..ede7bbdca0 100644 --- a/ui/app/views/directives/flow/task-log.html +++ b/ui/app/views/directives/flow/task-log.html @@ -1,7 +1,7 @@
- +
diff --git a/ui/app/views/directives/log-entry.html b/ui/app/views/directives/log-entry.html index e1f70d9e50..47f43875e4 100644 --- a/ui/app/views/directives/log-entry.html +++ b/ui/app/views/directives/log-entry.html @@ -3,7 +3,7 @@
- +
diff --git a/ui/app/views/directives/search/case.html b/ui/app/views/directives/search/case.html index 26e5363e4a..100d513527 100644 --- a/ui/app/views/directives/search/case.html +++ b/ui/app/views/directives/search/case.html @@ -5,7 +5,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}} + {{getUserInfo.get(value.owner) | getField: 'name'}} diff --git a/ui/app/views/directives/search/observable-job.html b/ui/app/views/directives/search/observable-job.html index 5375eb6b35..ac1937fafa 100644 --- a/ui/app/views/directives/search/observable-job.html +++ b/ui/app/views/directives/search/observable-job.html @@ -5,7 +5,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}} + {{getUserInfo.get(value.createdBy) | getField: 'name'}} Started on diff --git a/ui/app/views/directives/search/observable.html b/ui/app/views/directives/search/observable.html index 4c776478fd..c9d6ba2fc6 100644 --- a/ui/app/views/directives/search/observable.html +++ b/ui/app/views/directives/search/observable.html @@ -9,7 +9,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}} + {{getUserInfo.get(value.createdBy) | getField: 'name'}} diff --git a/ui/app/views/directives/search/task-log.html b/ui/app/views/directives/search/task-log.html index 5eba6f121b..1c7b2b826d 100644 --- a/ui/app/views/directives/search/task-log.html +++ b/ui/app/views/directives/search/task-log.html @@ -1,6 +1,6 @@
diff --git a/ui/app/views/directives/search/task.html b/ui/app/views/directives/search/task.html index 626070b72a..ad20a41ff2 100644 --- a/ui/app/views/directives/search/task.html +++ b/ui/app/views/directives/search/task.html @@ -5,7 +5,7 @@
- {{getUserInfo.get(value.user) | getField: 'name'}} + {{getUserInfo.get(value.owner) | getField: 'name'}} diff --git a/ui/app/views/partials/case/case.merge.html b/ui/app/views/partials/case/case.merge.html index 8351ea9bdc..3219a5a208 100644 --- a/ui/app/views/partials/case/case.merge.html +++ b/ui/app/views/partials/case/case.merge.html @@ -32,7 +32,7 @@

{{c.title}}

- + diff --git a/ui/app/views/partials/case/case.panelinfo.html b/ui/app/views/partials/case/case.panelinfo.html index 46d815771d..856f1793ab 100644 --- a/ui/app/views/partials/case/case.panelinfo.html +++ b/ui/app/views/partials/case/case.panelinfo.html @@ -19,7 +19,7 @@

- Created by + Created by