feat(client): delete multiple jobs changes#1160
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.
Change this to "... selected jobs"
There was a problem hiding this comment.
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.