Avoid uid colliding in DOM ids

This commit is contained in:
Stephen Abello
2026-08-28 15:06:25 +02:00
parent bcf4d5c47f
commit c2f3ad72b7

View File

@@ -56,7 +56,7 @@ abstract class TopBarQuickAction extends UIBlock
*/
public function __construct(string $sLabel, string $sIconClass, ?string $sTooltip, string $sUid)
{
// UID is necessary for parent ID generation, we set it first
// UID is necessary for parent ID generation, we set it first
$this->sUid = $sUid;
parent::__construct();
$this->sLabel = $sLabel;