Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.2.0
-
Labels:None
Description
ContentPane tag remove id attribute from map but never inject it into the output.
def contentPane = {attrs, body ->
def id = attrs.remove("id") ?: "dojo_ui_dialog$
"
....
}
Thanks for finding this. I had switched the code in other places to preserve the id for loading a grails action and then using the name parameter for the DOM id... but I missed this one.
-Rob