comments: introduce new draft comments.
- private to author - not triggering any notifications - sidebar doesn't display draft comments - They are just placeholders for longer review.
This commit is contained in:
parent
cf30382fbc
commit
afd3357349
15 changed files with 343 additions and 81 deletions
|
|
@ -60,7 +60,7 @@ class CommentSchema(colander.MappingSchema):
|
|||
colander.String(),
|
||||
validator=colander.OneOf(ChangesetComment.COMMENT_TYPES),
|
||||
missing=ChangesetComment.COMMENT_TYPE_NOTE)
|
||||
|
||||
is_draft = colander.SchemaNode(colander.Boolean(),missing=False)
|
||||
comment_file = colander.SchemaNode(colander.String(), missing=None)
|
||||
comment_line = colander.SchemaNode(colander.String(), missing=None)
|
||||
status_change = colander.SchemaNode(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue