AEM 6.1 | Classic UI Move dialog
Hi Guys,
I am trying to get the new name entered from the move dialog in SiteAdmin.Action.js which is overridden in apps( from /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js). I tried using ,
form.findField("destName").getValue(); to get the name. This works fine in 5.6.1 but its not fetching the name in 6.1.
Can someone please suggest me ways to get the new name entered by author while moving the page? I need this to process something further based on a business logic. Alternatively, i tried to get the entire path using form.findField("destPath").getValue(); but even this is giving me empty String.
Thanks in Advance!
