File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
addons/rose/addon/components/rose/form Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 2626 ' rose/form/checkbox/group' disabled =this.disabled
2727 )
2828 fieldset = (component ' rose/form/fieldset' )
29- actions = (component
30- ( if
31- this.showEditToggleButton
29+ actions = (if
30+ this.showEditToggleButton
31+ ( component
3232 ' rose/form/actions/edit-toggle'
33+ submitDisabled =this.disabled
34+ cancelDisabled = (if @showEditToggle @disabled this.disabled )
35+ cancel =this.handleCancel
36+ enableEdit =this.enableEdit
37+ )
38+ (component
3339 ' rose/form/actions'
40+ submitDisabled =this.disabled
41+ cancelDisabled = (if @showEditToggle @disabled this.disabled )
42+ cancel =this.handleCancel
43+ enableEdit =this.enableEdit
3444 )
35- submitDisabled =this.disabled
36- cancelDisabled = (if @showEditToggle @disabled this.disabled )
37- cancel =this.handleCancel
38- enableEdit =this.enableEdit
3945 )
4046 isEditable =this.isEditable
4147 disabled =this.disabled
You can’t perform that action at this time.
0 commit comments