-
Notifications
You must be signed in to change notification settings - Fork 95
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
Issue1093 feedback form should have a headline or subject #1130
Issue1093 feedback form should have a headline or subject #1130
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1130 +/- ##
=========================================
Coverage 60.30% 60.30%
- Complexity 1600 1602 +2
=========================================
Files 32 32
Lines 4436 4439 +3
=========================================
+ Hits 2675 2677 +2
- Misses 1761 1762 +1
Continue to review full report at Codecov.
|
…ged argument order in the method WebController.php/sendFeecback
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 very good! I gave a few small comments and requests for possible improvements.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Great work, +1 for merging! |
@@ -5,6 +5,10 @@ li, td > a { | |||
font-size: 14px; | |||
} | |||
|
|||
label { |
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.
Global setting - this will affect all labels in all places which is not acceptable. See #799 for more information. Should be changed to be as specific as possible.
Requires further changes.
if ($fromVocab !== null && $fromVocab !== '') { | ||
$message = 'Feedback from vocab: ' . strtoupper($fromVocab) . "<br />" . $message; | ||
} | ||
|
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.
Some of these lines may have been there for comprehensibility. It is not a good idea to remove them out of no reason. If one does want to do such operations, it is recommended to be done in a separate commit/branch in order to not confuse the PR.
Does not require further changes.
This pull request includes: