More work on library display
This commit is contained in:
@@ -79,5 +79,8 @@ class Model_LIBVOLUME extends ORMTSM {
|
||||
}
|
||||
}
|
||||
|
||||
public function removable() {
|
||||
return ($this->usage() == 'dbbackup' OR ($this->usage() != 'scratch' AND $this->VOLUME->STGPOOL->POOLTYPE != 'PRIMARY')) ? TRUE : FALSE;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user