diff options
Diffstat (limited to 'bug/operations/operations.go')
-rw-r--r-- | bug/operations/operations.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/operations/operations.go b/bug/operations/operations.go index f42d6e9a..50692952 100644 --- a/bug/operations/operations.go +++ b/bug/operations/operations.go @@ -7,4 +7,5 @@ func init() { gob.Register(AddCommentOperation{}) gob.Register(CreateOperation{}) gob.Register(SetTitleOperation{}) + gob.Register(SetStatusOperation{}) } |