From 23f912bc24db3db7e6c51ae851bd3c134a1ea8b0 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 10 May 2019 09:14:18 +0200 Subject: [PATCH] [MInor] Show updatedBy in object details --- bower.json | 2 +- strolch-wc-inspector-object.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b8a18d3..7f35386 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.16.3", + "version": "0.16.4", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-inspector-object.html b/strolch-wc-inspector-object.html index 7e23f28..70f4956 100644 --- a/strolch-wc-inspector-object.html +++ b/strolch-wc-inspector-object.html @@ -206,6 +206,8 @@
[[_formatDate(object.version.updated)]]
CreatedBy
[[object.version.createdBy]]
+
UpdatedBy
+
[[object.version.updatedBy]]
Deleted
[[object.version.deleted]]
Version