FIX: 'add permalink' feature was broken

This commit is contained in:
Arpit Jalan 2017-01-05 18:49:23 +05:30
parent 937ea5e9c3
commit 6d26e348b6

View File

@ -2,4 +2,4 @@
{{text-field value=url disabled=formSubmitted class="permalink-url" placeholderKey="admin.permalink.url" autocorrect="off" autocapitalize="off"}}
{{combo-box content=permalinkTypes value=permalinkType}}
{{text-field value=permalink_type_value disabled=formSubmitted class="external-url" placeholderKey=permalinkTypePlaceholder autocorrect="off" autocapitalize="off"}}
<button class="btn" {{action "submit" target="view"}} disabled={{formSubmitted}}>{{i18n 'admin.permalink.form.add'}}</button>
{{d-button action="submit" disabled=formSubmitted label="admin.permalink.form.add"}}