Skip to content

Commit

Permalink
filter_actors hook
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh authored and trasher committed Jan 4, 2022
1 parent c81dc48 commit c247976
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/plugins/hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,20 @@ Hooks that cannot be classified in above categories :)
'data' => array, //The current vCard data for the item
];
``filter_actors``
.. versionadded 9.5
Add or modify data actor fields provided in the right panel of ITIL objects

.. code-block:: php
<?php
$hook_params = [
'actors' => array, // actors array send to select2 field
'params' => array, // actor field param
];
Items business related
++++++++++++++++++++++

Expand Down

0 comments on commit c247976

Please sign in to comment.