Page MenuHomePhorge

Fix /dashboard/adjust/remove/ PHP 8.1 strlen(null) errors
ClosedPublic

Authored by Sten on Jul 13 2023, 12:03.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 28, 19:21
Unknown Object (File)
Fri, Nov 24, 23:46
Unknown Object (File)
Fri, Nov 24, 23:46
Unknown Object (File)
Fri, Nov 24, 23:46
Unknown Object (File)
Mon, Nov 20, 21:15
Unknown Object (File)
Sun, Nov 19, 02:33
Unknown Object (File)
Sat, Nov 18, 21:21
Unknown Object (File)
Sat, Nov 18, 18:10

Details

Summary

/dashboard/adjust/remove/ POST requests fail under PHP 8.1 with strlen(null) errors.

This change fixes it.

Fixes T15549

Test Plan

View a dashboard which has some panels. Eg https://my.phorge.site/dashboard/view/1/
Click on a 'Manage Panel' dropdown and click on 'Remove Panel'

Confirm the panel is removed and no strlen(null) errors are generated.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable