- 
  Notifications
 You must be signed in to change notification settings 
- Fork 380
Commit fb50124
Fix validation logic to show all error messages and add explicit class name
- Change validation logic from if/else chain to independent if statements
 This ensures both "Author" and "Text" error messages are displayed when
 both fields are blank, rather than just showing one error at a time
- Add explicit class name CommentsController for better debugging and
 compatibility with future transpiler changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 577e4b5 commit fb50124
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | - | ||
| 10 | + | ||
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 | 13 |  | |
|  | |||
| 22 | 22 |  | |
| 23 | 23 |  | |
| 24 | 24 |  | |
| 25 | - | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 25 | + | ||
| 26 | + | ||
| 29 | 27 |  | |
| 30 | 28 |  | |
| 31 | 29 |  | |
|  | |||
0 commit comments