-
Notifications
You must be signed in to change notification settings - Fork 39
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
Switch DeviceGroupForm
in seeddb to new uncrispy way
#3122
Switch DeviceGroupForm
in seeddb to new uncrispy way
#3122
Conversation
DeviceGroupForm
in seeddb to new uncrispy way
55c3cf2
to
83a634b
Compare
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 22s ⏱️ Results for commit 8339f1e. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3122 +/- ##
=======================================
Coverage 60.44% 60.44%
=======================================
Files 605 605
Lines 43761 43762 +1
Branches 48 48
=======================================
+ Hits 26451 26452 +1
Misses 17298 17298
Partials 12 12 ☔ View full report in Codecov by Sentry. |
This removes our old idea of adding templates and uses the new way that reimplemented crispy fields
cce0dee
to
8339f1e
Compare
Quality Gate passedIssues Measures |
Changes again most changes done in #2994 and instead uses our newest way of uncrispifying forms.
Urls:
http://localhost/seeddb/netboxgroup/add/
http://localhost/seeddb/netboxgroup/edit/<id>