-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Revert profiles.html and rename showAbilityModal. #2351
Conversation
Rename to showAbilityChoiceModal.
Codecov Report
@@ Coverage Diff @@
## master #2351 +/- ##
==========================================
+ Coverage 71.44% 72.60% +1.15%
==========================================
Files 110 110
Lines 7634 7946 +312
==========================================
+ Hits 5454 5769 +315
+ Misses 2180 2177 -3
Continue to review full report at Codecov.
|
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.
Other than the small issue with the cleanup commands it looks great! No more errors in the console when I tested it out.
Buttons under class field act like a form submitter, so they need to have type button to avoid refreshing the page.
Sonarcloud doesn't like using |
@cyber-arsenull soanrcloud is checking only "new" code, so I would fix to the standard and then update the others as we go |
Required by sonarcloud for code changes.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Rename to showAbilityChoiceModal.
Description
PR for bug #2350
Revert of profiles.html as the
showAbilityModal
was replaced with the one fromabilities.html
which has a different purpose. Also change name toshowAbilityChoiceModal
to differentiate and avoid name collisions in Alpine if both tabs are loaded.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: