mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Update ForkModal.coffee. Unset i18nCoverage on Fork
This commit is contained in:
parent
7cda4e65e3
commit
20884f8b5d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module.exports = class ForkModal extends ModalView
|
|||
newModel.unset 'original'
|
||||
newModel.unset 'parent'
|
||||
newModel.unset 'i18n'
|
||||
newModel.unset 'i18nCoverage'
|
||||
newModel.set 'commitMessage', "Forked from #{@model.get('name')}"
|
||||
newModel.set 'name', @$el.find('#fork-model-name').val()
|
||||
if @model.schema().properties.permissions
|
||||
|
|
Loading…
Reference in a new issue