[Persistence] Show user, modification time

Show user name and modification time in dialog when revision-checking
detects modifications. WTD-1033.
This commit is contained in:
Victor Woeltjen
2015-03-25 12:19:45 -07:00
parent 5e20c2199d
commit 9eeb68ddd0
6 changed files with 76 additions and 1 deletions

View File

@ -2,5 +2,7 @@
define({
REVISION_ERROR_KEY: "revision",
OVERWRITE_KEY: "overwrite"
OVERWRITE_KEY: "overwrite",
TIMESTAMP_FORMAT: "YYYY-MM-DD HH:mm:ss\\Z",
UNKNOWN_USER: "unknown user"
});