Fix dialog opening

This commit is contained in:
Jan Faracik 2025-09-26 12:35:19 +01:00
parent 1d8ac5a91f
commit 61f4329500
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ THE SOFTWARE.
<l:renderOnDemand clazz="dialog-${dialogId}-template dialog-${attrs.hash}-hash" tag="template" capture="it,dialogId">
<l:ajax>
<template id="dialog-${dialogId}-template" data-title="${attrs.title}">
<template id="dialog-${dialogId}-template" data-title="${attrs.title}" data-dialog-hash="${attrs.hash}">
<d:invokeBody />
</template>
</l:ajax>