-
Notifications
You must be signed in to change notification settings - Fork 46
Ccsd 530 #2891
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
Ccsd 530 #2891
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,3 +1,5 @@ | ||||||||||||
| ## [1.0.27] [29-Jul-2025] | ||||||||||||
| - File Upload Issues Resolved & Edit MDMS view incorrect data fix | ||||||||||||
|
Comment on lines
+1
to
+2
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Changelog entry content is good but needs formatting cleanup. The changelog entry accurately documents the fixes mentioned in the PR objectives. However, please address the formatting issues: Apply this diff to fix formatting: -## [1.0.27] [29-Jul-2025]
-- File Upload Issues Resolved & Edit MDMS view incorrect data fix
+## [1.0.27] [29-Jul-2025]
+- File Upload Issues Resolved & Edit MDMS view incorrect data fix
+This removes trailing spaces, fixes bracket spacing, and adds the missing blank line after the entry. 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~1-~1: Use correct spacing (QB_NEW_EN_OTHER_ERROR_IDS_5) [grammar] ~2-~2: Use correct spacing (QB_NEW_EN_OTHER_ERROR_IDS_5) 🪛 markdownlint-cli2 (0.17.2)2-2: Trailing spaces (MD009, no-trailing-spaces) 2-2: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 2-2: First line in a file should be a top-level heading (MD041, first-line-heading, first-line-h1) 🤖 Prompt for AI Agents |
||||||||||||
|
|
||||||||||||
| ## [1.0.26] [18-Jun-2025] | ||||||||||||
| - Provided schema download & upload | ||||||||||||
|
|
||||||||||||
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.
🧹 Nitpick (assertive)
Consider extracting shared styles to eliminate duplication.
The
fieldStyleobject is duplicated across multiple files (SelectDateofEmployment.jsandassignment.js). This violates the DRY principle and could lead to maintenance issues.Consider creating a shared constants file or utility for common form field styles. Would you like me to help create a solution to centralize these shared styles?
🤖 Prompt for AI Agents