Plus, as stated here : https://www.itophub.io/wiki/page?id=2_7_0%3Ainstall%3Ainstalling_itop itop 2.6 does not work with PHP 7.4 (iTop 2.7 does) Best regards :)
Plus, as stated here : https://www.itophub.io/wiki/page?id=2_7_0%3Ainstall%3Ainstalling_itop itop 2.6 does not support PHP 7.4 (iTop 2.7 does) Best regards :)
This new feature offered by the beta1 & beta2 will evolve for the final version. we will work on it in the coming days. we plan to add support for this kind on pattern (inside of strings), but beware this is subject to change: '%env(HTTP_PORT)?:8080%'
Congratulations for hacking @internal stuff (this is often quite hard to understand intents without proper explanations)! And thank you to share them! And, thank you for the compliment (it was a great journey into the center of iTop for the team) ! BTW : I send your ticket to the product owners because it is quite an interesting idea to provide the search filter for more than just the lists.
This is not planned, but I think this is not a great burden since there aren't so many releases and iTop Hub give you a way to stay informed on each extension release : https://www.itophub.io/messages So you only have to maintain your own mirror by downloading "by hand" usgin iTop Hub. PS : this information is also available in the newsroom : https://www.itophub.io/wiki/page?id=2_6_0:admin:newsroom
Since you "cook" a fresh iTop image on each launch from a "recipe" that does not include a pre-installed iTop, then I don't think that iTop Hub can be of any help. This is because iTop Hub can only interact with an already installed iTop. There are probably far more solutions, but the two ones that come in my mind are : install iTop, install all the required extensions using iTop Hub, and only then create an image from this state. This has the disavantage of requiring manuall work on each upgrade...
Since you "cook" a fresh iTop image on each launch from a "recipe" that does not include a pre-installed iTop, then I don't think that iTop Hub can be of any help. This is because iTop Hub can only interact with an already installed iTop. There are probably far more solutions, but the two ones that come in my mind are : install iTop, install all the required extensions using iTop Hub, and only then create an image from this state. This has the disavantage of requiring manuall work on each upgrade...
Hello Jeffrey, This endpoint is already an option of the widget : https://github.com/Combodo/iTop/blob/develop/js/search/search_form_handler.js#L15 I think that handling the response would be more difficult since the widget is hardcoded to handle only HTML responses (by replacing the previous list's HTML with the new one): https://github.com/Combodo/iTop/blob/develop/js/search/search_form_handler.js#L1060 For now on, this widget isn' considered as an @api but as an @internal (we could make breaking...