Page 1 of 1

modify columns to display in recipients list

Posted: Tue Dec 17, 2013 3:07 pm
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

Re: modify columns to display in recipients list

Posted: Wed Dec 18, 2013 10:24 pm
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!

Re: modify columns to display in recipients list

Posted: Tue Feb 18, 2014 12:27 am
by javiervc
Any progress on solving this Bug? I really want this capability.

Thanks for such a wonderful product!

Re: modify columns to display in recipients list

Posted: Tue Feb 18, 2014 8:56 am
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?

Re: modify columns to display in recipients list

Posted: Fri Feb 21, 2014 11:32 pm
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 :-(

Re: modify columns to display in recipients list

Posted: Sat Feb 22, 2014 12:03 am
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!

Re: modify columns to display in recipients list

Posted: Sat Feb 22, 2014 10:27 am
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.