Work on event launcher and related

This commit is contained in:
Scott Idem
2021-10-22 04:07:41 -04:00
parent bde6ec1a2b
commit 661e9ca417
10 changed files with 53 additions and 23 deletions

View File

@@ -256,7 +256,7 @@ def get_event_presentation_rec_list(
{sql_where_event_session_id}
{sql_hidden}
{sql_enabled}
ORDER BY `event_presentation`.start_datetime ASC, `event_presentation`.sort ASC, `event_presentation`.created_on DESC, `event_presentation`.updated_on DESC
ORDER BY `event_presentation`.start_datetime ASC, `event_presentation`.sort ASC, `event_presentation`.name ASC, `event_presentation`.created_on DESC, `event_presentation`.updated_on DESC
{sql_limit};
"""