cc-4202: Fixed
This commit is contained in:
parent
6e239d08e9
commit
79ce7b572c
3 changed files with 12 additions and 5 deletions
|
@ -108,7 +108,8 @@ class UserController extends Zend_Controller_Action
|
|||
|
||||
# TODO : remove this. we only use default for now not to break the UI.
|
||||
if (!$files_action) { # set default action
|
||||
$files_action = "delete_cascade";
|
||||
$files_action = "reassign_to";
|
||||
$valid_actions =
|
||||
}
|
||||
|
||||
# only delete when valid action is selected for the owned files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue