Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: comment out custom form widget #3600

Merged
merged 3 commits into from
Nov 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
{{else}}
<div class="spacer-50"></div>
{{/if}}

{{!-- Commented out until issue #3598 is solved and needs thorough testing.
{{#each complexCustomForms as |form|}}
{{form.isComplex}}
<div class="fields">
Expand Down Expand Up @@ -354,7 +354,7 @@
{{/each}}

<button type="button" class="ui primary {{if device.isMobile 'small'}} button" {{action 'addCustomField'}}>{{t 'Add another custom field'}}</button>

--}}

<div class="ui fields buttons {{if device.isMobile 'mini three' 'right floated large'}}">
<button class="ui three field left labeled icon button {{if isLoading 'disabled'}}" type="button" {{action 'move' 'backwards'}}>
Expand Down