Progress 8 for the dashboards
This commit is contained in:
@@ -71,7 +71,7 @@ class PMDashlet extends DashletInstance implements DashletInterface {
|
||||
|
||||
public function saveDashletInstance($data) {
|
||||
try {
|
||||
//
|
||||
$this->dashletObject->save($data);
|
||||
}
|
||||
catch (Exception $error) {
|
||||
throw $error;
|
||||
@@ -80,7 +80,7 @@ class PMDashlet extends DashletInstance implements DashletInterface {
|
||||
|
||||
public function deleteDashletInstance($dasInsUid) {
|
||||
try {
|
||||
//
|
||||
$this->dashletObject->remove($dasInsUid);
|
||||
}
|
||||
catch (Exception $error) {
|
||||
throw $error;
|
||||
|
||||
Reference in New Issue
Block a user