Lines 2055-2060
sub get_op_param_deprecation {
Link Here
|
2055 |
$op = $params->{op} // $params->{method} // 'illlist'; |
2055 |
$op = $params->{op} // $params->{method} // 'illlist'; |
2056 |
$op = 'cud-create' if $op eq 'create'; |
2056 |
$op = 'cud-create' if $op eq 'create'; |
2057 |
$op = 'cud-edit_action' if $op eq 'edit_action'; |
2057 |
$op = 'cud-edit_action' if $op eq 'edit_action'; |
|
|
2058 |
$op = 'cud-generic_confirm' if $op eq 'generic_confirm'; |
2058 |
$op = 'cud-cancel' if $op eq 'cancel'; |
2059 |
$op = 'cud-cancel' if $op eq 'cancel'; |
2059 |
$op = 'cud-delete' if $op eq 'delete'; |
2060 |
$op = 'cud-delete' if $op eq 'delete'; |
2060 |
} |
2061 |
} |