mirror of https://github.com/jenkinsci/jenkins.git
Fix dialog opening
This commit is contained in:
parent
1d8ac5a91f
commit
61f4329500
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue