Hi all,
I added a new file custom/clients/base/views/merge-duplicates/merge-duplicates.js to my code to extend the Merge Duplicate Process with some logic. My logic is running fine, but I also want to display an Alert message for the user before my logic is executed.
However, it is not shown until the merge is finished.
I also tried to place the app.alert.show inside the triggerSave() function or other functions.
But after merge_confirmation (Standard Code below) is shown in the GUI and confirmed - no other app.alert.show works:
If i place app.alert into the _delegateEvents() function. My alert is shown, but already before the Save Button is clicked.
Can you help me on this?