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:
parent
ba52dfa11d
commit
089457f16e
6 changed files with 222 additions and 67 deletions
|
@ -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 }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue