mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-15 02:28:20 +02:00
Avoid uid colliding in DOM ids
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user