-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
removed dynamic form (holding) #4575
Conversation
Unfortunately, we're going to have to refactor them in each of these places, OR make a partial to manage these, so we can call:
|
Generated by 🚫 Danger |
@gauravano - do you think we could craft an issue around this? Perhaps someone new would like to take it up? |
@jywarren please update the status of PR. Thanks! |
Hi 😄, this issue has been automatically marked as stale because it has not had recent activity. Don't worry you can continue to work on this and ask @publiclab/reviewers to add "work in progress" label 🎉 . Otherwise, it will be closed if no further activity occurs in 5 days -- but you can always re-open it if you like! 💯 Thank you for your contributions 🙌 🎈. |
Codecov Report
@@ Coverage Diff @@
## main #4575 +/- ##
=======================================
Coverage ? 49.97%
=======================================
Files ? 98
Lines ? 6033
Branches ? 0
=======================================
Hits ? 3015
Misses ? 3018
Partials ? 0 |
@jywarren @cesswairimu I think we can merge this now since #9237 is merged and all the GitHub Action tests are passing! |
I will pull this and try to rebase, |
82c1686
to
343e970
Compare
Code Climate has analyzed commit 343e970 and detected 0 issues on this pull request. View more on Code Climate. |
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.
All green now 🎉
Thanks @jywarren and @Manasa2850
* removed dynamic form * Delete dynamic_form.rb
* removed dynamic form * Delete dynamic_form.rb
* removed dynamic form * Delete dynamic_form.rb
See original code here:
4f13238
We may still use this plugin but shouldn't --
error_messages
unfortunately occurs in many places! See:https://github.com/publiclab/plots2/search?q=error_messages&unscoped_q=error_messages
Errors should instead be in format:
Update
We'll refactor out all the old
dynamic_form
usages one by one as FTOs in #8545, then circle back here once that's all completed!