mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
add action removeattrvalue()
This commit is contained in:
parent
f392e35072
commit
81b9fb89e5
|
@ -83,5 +83,12 @@ class SeedDMS_Controller_AttributeMgr extends SeedDMS_Controller_Common {
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
public function removeattrvalue() { /* {{{ */
|
||||||
|
$attrdef = $this->params['attrdef'];
|
||||||
|
$attrval = $this->params['attrval'];
|
||||||
|
//$attrdef->getObjects($attrval);
|
||||||
|
return $attrdef->removeValue($attrval);
|
||||||
|
} /* }}} */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user