-
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
Uncrispify DetentionProfileForm #3196
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 21s ⏱️ Results for commit df681f4. ♻️ 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 #3196 +/- ##
=======================================
Coverage 60.39% 60.40%
=======================================
Files 605 605
Lines 43703 43698 -5
Branches 48 48
=======================================
+ Hits 26394 26395 +1
+ Misses 17297 17291 -6
Partials 12 12 ☔ View full report in Codecov by Sentry. |
36d24ca
to
921b179
Compare
98e934d
to
46fd948
Compare
921b179
to
75e00ea
Compare
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.
The HTML that is generated does look a bit different, just as an example this is the difference of the active
checkbox:
Previous
<div id="div_id_active" class="ctrlHolder">
<label for="id_active">
Active
<input type="checkbox" name="active" class="input-align" id="id_active">
</label>
</div>
Now
<div id="div_id_active" class="ctrlHolder input-align">
<label for="id_active">
Active
<input type="checkbox" name="active" id="id_active">
</label>
</div>
But since it does not make a difference on how it actually looks I am happy with it
Well thats annoying, but I think I know the solution. Sadly the solution will probably invalidate #3199 :P |
I actually don't know if these css classes are actually necessary, because if I remove them it still looks the same to me |
Alright, after a little deep dive I believe we don't need the css class So #3199 was not necessary in the end I believe and we can simply remove these css classes |
abdb98d
to
7e89add
Compare
7e89add
to
0f077b6
Compare
0f077b6
to
df681f4
Compare
|
Fixes #3174
http://localhost/arnold/predefined/add
or http://localhost/arnold/predefined/edit/