1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Specify default categories for new documents

Closes #339

All new documents will be assigned default categories.

Documents created from templates that already have categories take precedence.
This commit is contained in:
HarveyKandola 2019-11-15 14:51:52 +00:00
parent 5c1ad25dc9
commit f117e91bcb
18 changed files with 1284 additions and 1134 deletions

View file

@ -16,6 +16,7 @@ export default Model.extend({
orgId: attr('string'),
spaceId: attr('string'),
category: attr('string'),
isDefault: attr('boolean'),
created: attr(),
revised: attr(),