iTop
iTop copied to clipboard
A simple, web based IT Service Management tool
Not for iTop 2.7 obsviously, but maybe iTop 2.8? 😁 ### What it does - [X] Add a downloads counter in the ormDocument object (file attributes, attachments) - [X] Add...
Hello, When creating an attribute of type "AttributeClass" from PHP, it's working. When creating an attribute of type "AttributeClass" from XML, there are two parameters that are not taken from...
In `\EMail::SendSynchronous` we are calling `\EMail::LoadConfig`. This method uses the `ITOP_DEFAULT_CONFIG_FILE` constant, and as a consequence is always loading config using the production environment. This PR changes the loading and...
While the UI for both `FunctionalCI` and `Contact` dictate there can be no duplicates for the linked list, it is still possible to create duplicates by using workarounds like for...
The RegEx could be simplified, and adding the `CheckFormat` method improved validation when doing for example CSV import. Current situation: Bulk import validation does not give warning on invalid decimal...
When calling the `setup/phpinfo.php` page on a iTop that has not been installed yet, you're getting this exception:  Indeed due to security reasons this page is only accessible to...
There was already two existing actions : * Add To Dashboard * Create a Shortcut This adds a new icon "Filter list". This options is present in any datatable, except...
I use custom "MakeSelectFilter" method, which allows to see FunctionalCI (for selection in list), but denies access to ApplicationSolution for users from another organization. When user has acces to class...
Hi, Sorry i tried to think of tests, but it's kind of a difficult case with my time available for the moment. It's something that I already implemented in a...