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
modify columns to display in recipients list
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: modify columns to display in recipients list
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
Re: modify columns to display in recipients list
Any progress on solving this Bug? I really want this capability.
Thanks for such a wonderful product!
Thanks for such a wonderful product!
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: modify columns to display in recipients list
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:
Does this work for you?
Code: Select all
UserRight.Subscriber-Editor.recipient.column.select = User defines profile fields for overview of recipients.
OpenEMM Maintainer
Re: modify columns to display in recipients list
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
- 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
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!
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!
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: modify columns to display in recipients list
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