Skip to content

Commit

Permalink
docs(formanswer): ehnance function description
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Sep 25, 2023
1 parent d5db374 commit a345dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,11 @@ public function getGeneratedTargets($itemtypes = []): array {
* and the status of the ticket under process. The matrix below is subjective
* and is designed in a way to give priority to requester's action.
*
* The function traverses all generated tickets and computes a temporary status
* fron the previous temporary status and the ticket being processed.
* When all tickets are processed, the final status is known.
*
*
* Status of the ticket under process
* +----------+-- -------+---------+---------+--------+--------+
* | INCOMING | ASSIGNED | PLANNED | WAITING | SOLVED | CLOSED
Expand Down

0 comments on commit a345dba

Please sign in to comment.