dolibarr/htdocs/ticket
MDW 42bb4fbf3e
Qual: Enable & fix or ignore Invalid DimOffset (#31176)
* Qual: Enable & fix or ignore Invalid DimOffset

# Qual: Enable & fix or ignore Invalid DimOffset

The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.

This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later

* Nullable object typing in function signature not ok for 7.0/8.4

Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-29 21:52:31 +02:00
..
class Qual: Enable & fix or ignore Invalid DimOffset (#31176) 2024-09-29 21:52:31 +02:00
img
stats Add doActions on ticket stats (#30336) 2024-07-10 18:57:14 +02:00
tpl Qual: Fix PhanPluginUnknownObjectMethodCall where is the only phan notice (#30957) 2024-09-16 01:49:38 +02:00
agenda.php Look and feel v21 enhancement on smartphone 2024-09-25 02:35:56 +02:00
card.php Qual: Enable & fix or ignore Invalid DimOffset (#31176) 2024-09-29 21:52:31 +02:00
contact.php Add llxHeader to tickets (#29932) 2024-06-08 14:50:14 +02:00
document.php FIX show and download attached files on ticket card (#30554) 2024-08-07 00:50:08 +02:00
index.php Fix tooltip 2024-08-28 20:08:57 +02:00
list.php Merge branch '20.0' of github.com:Dolibarr/dolibarr into develop 2024-09-25 22:32:36 +02:00
messaging.php Look and feel v21 enhancement on smartphone 2024-09-25 02:35:56 +02:00
README.md

Ticket module

An issue tracker that provides a delicate balance between simplicity and power and complete integration with the other modules. Offer your customers an easy to use interface to report and follow status of their issue. Manage your issues from your backoffice.

By enabling the Email Collector module, you can also having your ticket created automatically from input emails.