This commit is contained in:
2024-10-14 00:08:40 +02:00
parent dbfba56f66
commit 1462d52e13
4572 changed files with 2658864 additions and 0 deletions

View File

@@ -0,0 +1,146 @@
# OTRS config file (automatically generated)
# VERSION:1.1
package Kernel::Config::Files::ZZZProcessManagement;
use strict;
use warnings;
no warnings 'redefine'; ## no critic
use utf8;
sub Load {
my ($File, $Self) = @_;
$Self->{'Process'} = {
'Process-742a4e3971d94dc2e230f5035efa2306' => {
'ChangeTime' => '2019-11-05 12:18:27',
'CreateTime' => '2019-11-05 12:18:05',
'Name' => 'change',
'Path' => {},
'StartActivity' => '',
'StartActivityDialog' => '',
'State' => 'Active',
'StateEntityID' => 'S1'
}
};
$Self->{'Process::State'} = {
'S1' => 'Active',
'S2' => 'Inactive',
'S3' => 'FadeAway'
};
$Self->{'Process::Activity'} = {
'Activity-ff71c829716ae8b1b212fc4a1085228c' => {
'ActivityDialog' => {
'1' => 'ActivityDialog-7fa9de408ca52cab7feeadd2f5415c7f'
},
'ChangeTime' => '2019-11-05 12:21:17',
'CreateTime' => '2019-11-05 12:19:18',
'ID' => '1',
'Name' => 'erstellen'
}
};
$Self->{'Process::ActivityDialog'} = {
'ActivityDialog-7d7a9b1754f10a8922de1ab1b12b1868' => {
'ChangeTime' => '2019-11-28 08:37:01',
'CreateTime' => '2019-11-28 08:37:01',
'DescriptionLong' => '',
'DescriptionShort' => 'Apporoval',
'FieldOrder' => [
'Owner'
],
'Fields' => {
'Owner' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => 'Besitzer',
'Display' => '1'
}
},
'Interface' => [
'AgentInterface'
],
'Name' => 'change approven',
'Permission' => '',
'RequiredLock' => '',
'SubmitAdviceText' => '',
'SubmitButtonText' => ''
},
'ActivityDialog-7fa9de408ca52cab7feeadd2f5415c7f' => {
'ChangeTime' => '2019-11-05 12:21:07',
'CreateTime' => '2019-11-05 12:21:07',
'DescriptionLong' => '',
'DescriptionShort' => 'change_erstellen',
'FieldOrder' => [
'State',
'Title',
'CustomerID',
'Priority',
'Owner'
],
'Fields' => {
'CustomerID' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => '',
'Display' => '2'
},
'Owner' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => '',
'Display' => '1'
},
'Priority' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => '',
'Display' => '2'
},
'State' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => '',
'Display' => '2'
},
'Title' => {
'DefaultValue' => '',
'DescriptionLong' => '',
'DescriptionShort' => '',
'Display' => '1'
}
},
'Interface' => [
'AgentInterface'
],
'Name' => 'change_erstellen',
'Permission' => '',
'RequiredLock' => '',
'SubmitAdviceText' => '',
'SubmitButtonText' => ''
}
};
$Self->{'Process::Transition'} = {
'Transition-5438dc1b646f7eecc9b3e3b130d12d37' => {
'ChangeTime' => '2019-11-28 08:38:01',
'Condition' => {
'1' => {
'Fields' => {
'NN' => {
'Match' => '1',
'Type' => 'Module'
}
},
'Type' => 'and'
}
},
'ConditionLinking' => 'and',
'CreateTime' => '2019-11-28 08:38:01',
'Name' => 'Test'
}
};
$Self->{'Process::TransitionAction'} = {};
return;
}
1;