mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Api: Include webcomponents even if they don't have variable attributes, or any event handlers get lost
This commit is contained in:
parent
f28771e22b
commit
8d1055c5c7
@ -409,6 +409,11 @@ export class et2_nextmatch_rowProvider
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Need to include all webComponents or they lose their event handlers in the clone
|
||||||
|
hasAttr = true;
|
||||||
|
}
|
||||||
|
|
||||||
// Add the entry if there is any data in it
|
// Add the entry if there is any data in it
|
||||||
if(hasAttr)
|
if(hasAttr)
|
||||||
|
Loading…
Reference in New Issue
Block a user