iTop icon indicating copy to clipboard operation
iTop copied to clipboard

A simple, web based IT Service Management tool

Results 128 iTop issues
Sort by recently updated
recently updated
newest added

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...

core
internal

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...

bug
datamodel
Setup

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...

bug
internal

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...

datamodel

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...

enhancement
API

When calling the `setup/phpinfo.php` page on a iTop that has not been installed yet, you're getting this exception: ![image](https://user-images.githubusercontent.com/8947448/152364405-baf25d67-1fc7-4a30-b609-d042b1e735a4.png) Indeed due to security reasons this page is only accessible to...

documentation
internal
supportability
Setup

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...

enhancement
internal

micro-performance improvement

question
Performance

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...

question

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...

bug
core
UI