-
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
Uncrispyfy NavbarlinkForm and NavbarLinkFormSet #3139
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 8 files 8 suites 8m 26s ⏱️ Results for commit 81d632a. ♻️ 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 #3139 +/- ##
==========================================
- Coverage 60.44% 60.43% -0.01%
==========================================
Files 605 605
Lines 43749 43745 -4
Branches 48 48
==========================================
- Hits 26443 26439 -4
Misses 17294 17294
Partials 12 12 ☔ View full report in Codecov by Sentry. |
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.
Bravo 👏
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.
Looks fine to me. Just a Q about a SonarCloud complaint...
Also, I guess the tests won't properly pass until #3142 is merged... |
Quality Gate passedIssues Measures |
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.
Even better! :)
Closes #3099, #3107
http://localhost/preferences/ under 'My stuff' quick links
Difference from the original implementation: the
hidden
input in each form became a part of the<row>
. Functionally and visually it bears no difference whatsoever, yet simplifies the form template considerably.