-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Participant list in alphabetically order (FE) #1880
Comments
Create a new registration option in JEM Settings for order. Now, the admin can display names ordered by registration ID, user ID, username, or name, in either ascending or descending order.
In this branch, I have created a proposal for a solution that adds a new registration option in JEM Settings for ordering the attendee name list. Now, the admin can display names ordered by registration ID, user ID, username, or name, in either ascending or descending order. |
I don't know if this is needed! I think, the list of participants is needed only from event creator ( admin of an event which has only access in frontend). What does this solution specificly: list the view in event details in different orders? But then the eventcreator is always dependent of the admin, because he hasn't access to the general jem settings. |
Yes and no, it depends on the situation of the event. I can create an event for a class/lab/practice, and I want other users to know who is in the event. If the list is in alphabetical order, that would be best for this event view (FE). There are two options for the users (not admin): 'All attendee users' and 'Everyone'. In this case, other users can see the names list. Update: Another case could be where the names list is displayed with the event in the CB (social platform) |
ok, but what is a registration ID? |
The registration ID= It is the order of arrival of the registrations. |
The last registered will be last on the list, and the one who is faster after the event is published will be first. |
It can change registration ID by registration date |
Change 'ID' for 'date'. The registration ID= It is the order of arrival of the registrations.
ok, then it's green for me (thumb up), I will contact the user that he can try |
Ok, when it's tested, tell me if I merge it to 4.3.2 o 4.4.0 |
I’ve successfully tested it. The new alphabetical participant overview is a great improvement for us. Thank you! |
Included into 4.3.2 (next release) |
Issue from forum:
In the event view (FE), the attendee names is displayed in order of registration ID, not alphabetically.
Proposal to solved it: Create a new registration option in JEM Setting about order
The text was updated successfully, but these errors were encountered: