Confirmation
- The 'delete' command now requires confirmation by default, unless rc.confirmation=off. Implemented properly this time.
This commit is contained in:
@@ -45,6 +45,7 @@ CmdDelete::CmdDelete ()
|
||||
_description = STRING_CMD_DELETE_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_confirm = true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user