-
Notifications
You must be signed in to change notification settings - Fork 10
feat(client): delete multiple jobs changes #1160
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
Conversation
@CodiumAI-Agent /describe |
Titlefeat(client): delete multiple jobs changes User descriptionDescriptionMade changes to implement multiple delete functionality in delete the jobs Changes MadeKey changes are for enabling deletion of multiple jobs at once. How to TestIn the Jobs page of settings after selecting , multiple files users can delete them. PR TypeEnhancement Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review |
@CodiumAI-Agent /improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 34e7de3
Previous suggestionsSuggestions up to commit b7a6b5c
|
message: `Successfully deleted ${type}`, | ||
message: | ||
jobId.length > 1 && jobGroup.length > 1 | ||
? `Successfully deleted all selected files` |
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.
Change this to "... selected jobs"
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.
committed the change.
…/semoss-ui into 1143-delete-mutliple-jobs
…/semoss-ui into 1143-delete-mutliple-jobs
committed the required changes for error handling |
@CodiumAI-Agent /update_changelog |
Changelog updates: 🔄 2025-05-30 #1160Added
|
Description
Made changes to implement multiple delete functionality in delete the jobs
Changes Made
Key changes are for enabling deletion of multiple jobs at once.
How to Test
In the Jobs page of settings after selecting , multiple files users can delete them.