-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: copy forms #2489
feat: copy forms #2489
Conversation
I'd like to have this button on the form detail view as well (for me it would only need to be there). Normally when using the form builder, I'm already in the form I want to copy (e.g. via form question traversing) so it would be extra effort to navigate to the overview and search for it. |
packages/form-builder/addon/components/cfb-form-list/copy-modal.hbs
Outdated
Show resolved
Hide resolved
packages/form-builder/addon/components/cfb-form-list/copy-modal.hbs
Outdated
Show resolved
Hide resolved
packages/form-builder/addon/components/cfb-form-list/copy-modal.hbs
Outdated
Show resolved
Hide resolved
packages/form-builder/addon/components/cfb-form-list/copy-modal.js
Outdated
Show resolved
Hide resolved
packages/form-builder/addon/components/cfb-form-list/copy-modal.js
Outdated
Show resolved
Hide resolved
8e24be4
to
ad4597f
Compare
2a29cfd
to
b9d7348
Compare
packages/form-builder/addon/components/cfb-form-list/copy-modal.hbs
Outdated
Show resolved
Hide resolved
packages/form-builder/addon/components/cfb-form-list/copy-modal.hbs
Outdated
Show resolved
Hide resolved
b9d7348
to
45e31ca
Compare
4e4c195
to
a11559f
Compare
Co-authored-by: Jonas Metzener <jonas.metzener@adfinis.com>
a11559f
to
3340b05
Compare
@anehx any clue why this test error pops up now? Can not reproduce with Also the |
Seems like calling `setupIntl(hooks, "en") with a locale is fixing it. |
c04814a
to
9ea4327
Compare
@anehx this is getting stale. If you find a minute, could you have a look at it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @derrabauke & @StephanH90
🎉 This PR is included in version 12.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Allows you to copy forms from the form builder.