I created the new rules at Administration | Rules section , but there is no delete option,how to delete created rule
regards,
siva shankar.G
I created the new rules at Administration | Rules section , but there is no delete option,how to delete created rule
regards,
siva shankar.G
@siva,
Have you tried the below option?
Thanks,
ViSolve
thanx for replay,
eventhough i inactive the rules , it shows their Rule ID numbers in Administration | Rules
@siva,
Could you please try by modifying the below code?
function getLabel($value, $list_id){
// Don’t disturb any existing codes.
// return $value;
}
function _action_getrows(){
//Don’t disturb existing codes
if($title!=‘’ ){
$row = array(
“title” => $title, “type” => $type, “id” => $rowRule[‘id’]
);
$rows = $row;
}
}
Check and let us know if it helps.
Thanks,
ViSolve