changeset 445 | b1e5ad6b2a29 |
parent 414 | 5c6c526a7fc1 |
child 487 | 514dc9b6f875 |
--- a/cms/app-client/app/models/document.js Wed Nov 23 13:49:00 2016 +0100 +++ b/cms/app-client/app/models/document.js Thu Nov 24 14:39:50 2016 +0100 @@ -6,6 +6,7 @@ uri: DS.attr('string'), issued: DS.attr('date'), + created: DS.attr('string'), title: DS.attr('string'), languages: DS.attr({ defaultValue: function() { return []; } }), publisher: DS.attr('string'),