Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2025 08:30 AM
The tasks are removed right away without confirmation when I press the "Delete row" option in the dropdown menu. I need to find the code where this is implemented to be able to add pop up window.
So far I found this, but I could not find where this "delete_resource_assignment" is used:
_getResourceGridRowContextMenuItems: function() {
const contextMenuItems = [{
label: gs.getMessage('Delete row'),
name: 'delete_resource_assignment',
icon: '',
criteria: '_metadata.canDelete=true'
}];
return contextMenuItems;
},
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 09:09 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 09:09 AM
Version 6.2.0 adds a warning popup when Delete Row is selected now.