Skip to content

Commit

Permalink
Updated Transition Action Default Parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Beasley authored and dennykorsukewitz committed Jan 15, 2024
1 parent 4e7808f commit 4bafb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 7.0.15 2024-??-??
- 2024-01-15 Updated Transition Action Default Parameters.
- 2024-01-10 Adjusted styling of file list of an installed package on AdminPackageManager.
- 2024-01-08 Updated AdminSystemFiles: Added additional file check.
- 2024-01-08 Adjustment of Login form.
Expand Down
4 changes: 3 additions & 1 deletion Kernel/Config/Files/XML/ProcessManagement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
<Item Key="Lock">(* required) unlock|lock</Item>
<Item Key="Owner">(* required) someuserlogin</Item>
<Item Key="PendingTime">2021-09-01 09:00:00</Item>
<Item Key="PendingTimeDiff">123</Item>
<Item Key="PendingTimeDiff">123 (diff in seconds)</Item>
<Item Key="Priority">(* required) 3 normal</Item>
<Item Key="Queue">(* required) Raw</Item>
<Item Key="Responsible">someuserlogin</Item>
Expand Down Expand Up @@ -987,6 +987,8 @@
<Item Key="TicketStateSet">
<Hash>
<Item Key="State">(* required) open</Item>
<Item Key="PendingTime">2021-09-01 09:00:00</Item>
<Item Key="PendingTimeDiff">123 (diff in seconds)</Item>
<Item Key="UserID">1 (use to overwrite the logged user)</Item>
</Hash>
</Item>
Expand Down

0 comments on commit 4bafb2e

Please sign in to comment.