modify columns to display in recipients list

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

phipsi71
Posts: 1
Joined: Tue Dec 17, 2013 2:36 pm

modify columns to display in recipients list

Post by phipsi71 »

Hi,

When login into openemm as admin, then choosing 'Recipients', I see the 'Advanced Search' and below the 'Select fields' box.
This doesn't appear when I login as a different user (created by me, with ALL options checked in the 'User rights' tab).

Is it possible, to
. Display the 'Select fields' box to other users than admin?
. save the selected fields that they appear also after re-login?
. if above do not apply, is it possible to change the default column list to e.g. "Firstname, Lastname, Company, Email" ?
(I already checked out the recipients-list.jsp as discussed in other topics in this board )

Thanks a lot
Philipp
______________________
using Openemm 2013 on Centos 6.3
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: modify columns to display in recipients list

Post by maschoff »

Sorry, it is a bug that the "select fields" box is not visible for other users. We will provide a fix as soon as possible. Thank you for this notification!
OpenEMM Maintainer
javiervc
Posts: 4
Joined: Tue Jul 02, 2013 5:42 am

Re: modify columns to display in recipients list

Post by javiervc »

Any progress on solving this Bug? I really want this capability.

Thanks for such a wonderful product!
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: modify columns to display in recipients list

Post by maschoff »

Please try out this hotfix: Open file messages.properties in directory /home/openemm/webapps/openemm/WEB-INF/classes and add this line at the end:

Code: Select all

UserRight.Subscriber-Editor.recipient.column.select = User defines profile fields for overview of recipients.
Does this work for you?
OpenEMM Maintainer
javiervc
Posts: 4
Joined: Tue Jul 02, 2013 5:42 am

Re: modify columns to display in recipients list

Post by javiervc »

Did not work. I have 2 Openemm installations on separate servers (2013 and 2013 R2). Tried your solution on Both:

- Created a user account with all privileges.
- Modified /home/openemm/webapps/openemm/WEB-INF/classes/messages.properties as suggested.
- Restarted Openemm
- Logged in with user account

No luck :-(
javiervc
Posts: 4
Joined: Tue Jul 02, 2013 5:42 am

Re: modify columns to display in recipients list

Post by javiervc »

It works!

I added the line at the end of the "UserRight.Subscriber-Editor" SECTION (not at the end of the FILE, as I originally interpreted your instructions).

Then, I activated the new User Right on the Openemm GUI, and now it works great!

Thank you very much!
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: modify columns to display in recipients list

Post by maschoff »

Great to hear it works! Actually, it does not make a difference where the text is located in the file, but the file needs a line break at the end, and maybe that was missing.
OpenEMM Maintainer
Post Reply