mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +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
32c0aa8555
commit
c403784989
@ -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
|
||||
if(hasAttr)
|
||||
|
Loading…
Reference in New Issue
Block a user