1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

WIP document versioning

This commit is contained in:
Harvey Kandola 2018-03-16 18:27:33 +00:00
parent ba52dfa11d
commit 089457f16e
6 changed files with 222 additions and 67 deletions

View file

@ -28,9 +28,9 @@ export default Model.extend({
approval: attr('number', { defaultValue: 0 }),
lifecycle: attr('number', { defaultValue: 1 }),
versioned: attr('boolean'),
versionID: attr('string'),
versionId: attr('string'),
versionOrder: attr('number', { defaultValue: 0 }),
groupID: attr('string'),
groupId: attr('string'),
// client-side property
selected: attr('boolean', { defaultValue: false }),