No longer close on addidtion of instance action notes

This commit is contained in:
2018-01-02 20:56:02 -03:00
parent 8cb88ff3d0
commit 54b8830c0a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
.collection-edit
margin: 0
padding: 5px 12px
&.processing
&.processing, &.active
@extend .title-box-primary
&.rejected
@extend .title-box-danger
+2 -2
View File
@@ -51,13 +51,13 @@
background-color: #ddd
&.overdue
background-color: #f7da00
&.processing
&.processing, &.active
background-color: #cef
&.rejected
background-color: #ff4848
&.completed
background-color: #f2ffdd
&.processing
&.processing, &.active
@extend .title-box-primary
&.rejected
@extend .title-box-danger
@@ -120,7 +120,7 @@ export default ModalBase.extend
event_timestamp: now
new_note_event.save().then =>
@set 'new_note_content', ''
@send 'close'
#@send 'close'
start_inquiry: ->
record = @get('model')
record.set 'state', 'inquiry'