Page 1 of 1

create mailinglist from this target

Posted: Thu Jan 06, 2011 10:11 am
by gs
I've just created a new target group and will create a new mailinglist via the option 'create mailinglist from this target'.
Clicking on this option, I got a new window asking me 'Do You really want to generate a new mailing list from this target group?'.
I won't to cancel this by clicking on the 'cancel button' nothing happens? It seems that this button was only a text field!
I'm running on Openemm version 6.2

Regards,
gs

Posted: Thu Jan 06, 2011 3:58 pm
by maschoff
Confirmed, it is a bug, indeed. Thank you for notification! Workaround: Simply click on any menu item in the left navigation bar.

Re: create mailinglist from this target

Posted: Thu Feb 17, 2011 5:03 pm
by maschoff
To fix this bug open file new_ml.jsp and search for code

Code: Select all

<html:img src="button?msg=Cancel" border="0"/>
and replace it with code

Code: Select all

<html:link page="<%= new String("/target.do?action=" + TargetAction.ACTION_VIEW + "&targetID=" + tmpTargetID) %>">
  <html:img src="button?msg=Cancel" border="0"/>
</html:link>
No need to restart OpenEMM.