|
@@ -194,7 +194,7 @@ class TriggerOnPortalUpdate extends TriggerOnObject
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "description",
|
|
|
"state_attcode" => "",
|
|
@@ -249,7 +249,7 @@ class TriggerOnStateEnter extends TriggerOnStateChange
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "description",
|
|
|
"state_attcode" => "",
|
|
@@ -277,7 +277,7 @@ class TriggerOnStateLeave extends TriggerOnStateChange
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "description",
|
|
|
"state_attcode" => "",
|
|
@@ -305,7 +305,7 @@ class TriggerOnObjectCreate extends TriggerOnObject
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "description",
|
|
|
"state_attcode" => "",
|
|
@@ -333,7 +333,7 @@ class lnkTriggerAction extends cmdbAbstractObject
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "",
|
|
|
"state_attcode" => "",
|
|
@@ -366,7 +366,7 @@ class TriggerOnThresholdReached extends TriggerOnObject
|
|
|
{
|
|
|
$aParams = array
|
|
|
(
|
|
|
- "category" => "core/cmdb,bizmodel",
|
|
|
+ "category" => "core/cmdb,application",
|
|
|
"key_type" => "autoincrement",
|
|
|
"name_attcode" => "description",
|
|
|
"state_attcode" => "",
|