Hello all,
Just wondering if its just me or others are having the same issue.
I have all sorts of fields and everything works great with modal other than node reference fields.
The code works great, because the node_save gets executed and so on, but seems like "modalframe_close_dialog" does not work when using a node reference with multiple fields. My node reference multiple field is set to unlimited which adds extra ahah, but I dont think its an ahah issue since I'm using Hierarchical Select in one of my field and it works great.
I'm not sure if I'm the only one or not but Id like to get some feedbacks.
For additional information: I'm using Jquery 1.3.2 with Jquery UI 1.7.
Thanks
Comments
Comment #1
webadpro commentedAfter investigating a bit more, it seems like its not only node reference, but any field which are set to unlimited value breaks the codes or something which doesn't execute the whole process as supposed to.
Comment #2
webadpro commentedComment #3
dsnopekThere was a fix for a similar problem committed to Automodal: #1698358: When form in child uses AHAH, automodalClose doesn't work (patch included!). Can you try opening the modal with automodal and see if that works? If so, you may have to copy the approach used in that commit to your module. For now marking as "closed (works as designed)". Feel free to re-open Automodal's approach doesn't work for you.