stable

Clone or download

Read-only

Accessing an artifact with a computed field generate a notice

Trace: ``` PHP Notice: Trying to access array offset on value of type bool in /usr/share/tuleap/plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.php on line 164 ``` Reproduction step: 1. Have a tracker with a computed field 2. Create an artifact in this tracker 3. Access this artifact Part of request #20946: Fix notices/warnings/errors encountered when using PHP 7.4 FPM pools Change-Id: I508e9c11a44c504cc7ff2909ffc5cb395d28d065

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.php +2 −2 Go to diff View file