mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +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;
|
||||
} /* }}} */
|
||||
|
||||
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