mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°917: Fix Bulk modify for AttCodeSet
This commit is contained in:
@@ -1285,7 +1285,7 @@ abstract class DBObject implements iDisplay
|
||||
$oTag = new ormTagSet(get_class($this), $sAttCode);
|
||||
try
|
||||
{
|
||||
$oTag->SetValue(explode(' ', $toCheck));
|
||||
$oTag->SetValues(explode(' ', $toCheck));
|
||||
} catch (Exception $e)
|
||||
{
|
||||
return "Tag value '$toCheck' is not a valid tag list";
|
||||
|
||||
Reference in New Issue
Block a user