-
Notifications
You must be signed in to change notification settings - Fork 36
Update timeline hooks #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* start documenting HL API * remove x-default-contexts
* Array syntax is now enforced * A word about criteria unicity * Warning about raw queries
* Add more upgrade instructions for GLPI 11.0 * Apply suggestions from code review Co-authored-by: Curtis Conard <[email protected]> --------- Co-authored-by: Curtis Conard <[email protected]>
|
||
``show_in_timeline`` | ||
``timeline_items`` | ||
.. versionadded:: 10.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. versionadded:: 10.0.0 | |
.. versionadded:: 11.0.0 |
@@ -484,12 +484,12 @@ Hooks that permits to add display on items. | |||
``timeline_answer_actions`` | |||
.. versionadded:: 10.0.0 | |||
|
|||
Display new actions in the ITIL object's answer dropdown | |||
Add new types of items for the ITIL object and optionally show them in the answer actions dropdown | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the old hook should remains documented.
``show_in_timeline`` | |
.. versionadded: 10.0.0 | |
.. versionremoved: 11.0.0 | |
Modify the array of items in the ITIL object's timeline. | |
This hook was renamed to ``timeline_items`` in GLPI 11.0.0. |
07919b0
to
6d023c0
Compare
Is this PR still relevant since the hooks documentation will be replaced by an auto-generated documentation in #170? |
Replaced by #170 |
Documentation for glpi-project/glpi#18758