Fixing image metadata exportation.
This commit is contained in:
parent
ebc093c6e8
commit
1d9cb57477
@ -74,8 +74,8 @@ LePictureSnippet >> metadataUpdate [
|
|||||||
at: 'parent' put: surrogate;
|
at: 'parent' put: surrogate;
|
||||||
at: 'created' put: self createTime asString;
|
at: 'created' put: self createTime asString;
|
||||||
at: 'modified' put: self latestEditTime asString;
|
at: 'modified' put: self latestEditTime asString;
|
||||||
at: 'creator' put: self createEmail asString;
|
at: 'creator' put: self createEmail asString withoutXMLTagDelimiters;
|
||||||
at: 'modifier' put: self editEmail asString;
|
at: 'modifier' put: self editEmail asString withoutXMLTagDelimiters;
|
||||||
yourself
|
yourself
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user