create mailinglist from this target

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

gs
Posts: 4
Joined: Mon Dec 06, 2010 12:13 pm

create mailinglist from this target

Post 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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Confirmed, it is a bug, indeed. Thank you for notification! Workaround: Simply click on any menu item in the left navigation bar.
OpenEMM Maintainer
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: create mailinglist from this target

Post 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.
OpenEMM Maintainer
Post Reply