From 0e3e8a7a8ebac93341ec493f2950f1bd936b21ac Mon Sep 17 00:00:00 2001 From: "LAPTOP-3U1QPHJV\\ruchi" Date: Mon, 10 Sep 2018 09:58:07 +0200 Subject: [PATCH] change userId property in History component to userName --- .../change-history-detailed.component.html | 2 +- .../change-history.component.html | 55 ++++++++++--------- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/app/mobile-content/shared/change-history/change-history-detailed/change-history-detailed.component.html b/app/mobile-content/shared/change-history/change-history-detailed/change-history-detailed.component.html index 71acd1718..f92aaaffd 100644 --- a/app/mobile-content/shared/change-history/change-history-detailed/change-history-detailed.component.html +++ b/app/mobile-content/shared/change-history/change-history-detailed/change-history-detailed.component.html @@ -23,7 +23,7 @@

{{ (data.title ? data.title : ('' | translate) ) + " " +(' D User:
- {{ data.change.userId }} + {{ data.change.userName }}
diff --git a/app/mobile-content/shared/change-history/change-history.component.html b/app/mobile-content/shared/change-history/change-history.component.html index 0a14c8281..01fcd3529 100644 --- a/app/mobile-content/shared/change-history/change-history.component.html +++ b/app/mobile-content/shared/change-history/change-history.component.html @@ -1,49 +1,54 @@ -

{{ (data.title ? data.title : ('no title' | translate) ) + " " +('change history' | translate) }}

+

{{ (data.title ? data.title : ('no title' | translate) ) + " " +('change history' | translate) }}

-

Created:

-

{{ data.data.created | date: "dd.MM.yyyy" }}

+

Created:

+

{{ data.data.created | date: "dd.MM.yyyy" }}

-

Last modified:

-

{{ data.data.lastModified | date: "dd.MM.yyyy" }}

+

Last modified:

+

{{ data.data.lastModified | date: "dd.MM.yyyy" }}

-

Deleted:

-

{{ data.data.deleted | date: "dd.MM.yyyy" }}

+

Deleted:

+

{{ data.data.deleted | date: "dd.MM.yyyy" }}

-
-

Owner:

-

{{ data.data.owner }}

+
+

Owner:

+

{{ data.data.owner }}

- + -

Description:

+
+

Description:

-

Time Stamp:

+
+

Time Stamp:

-

User:

+
+

User:

-

Property:

+
+

Property:

-

Value:

+
+

Value:

-
-

{{ change.description }}

+
+

{{ change.description }}

-
-

{{ change.timestamp | date: "dd.MM.yyyy" }}

+
+

{{ change.timestamp | date: "dd.MM.yyyy" }}

-
-

{{ change.userId }}

+
+

{{ change.userName }}

-
-

{{ change.property }}

+
+

{{ change.property }}

-
+