Various bug fixes. Improvements to the security. Now with super and manager and others.
This commit is contained in:
@@ -182,25 +182,6 @@ function process_search_string(search_str: string) {
|
||||
|
||||
console.log(`"${search_str}"`);
|
||||
|
||||
// let params = {
|
||||
// 'qry__enabled': $events_loc.pres_mgmt.qry_enabled ?? 'enabled',
|
||||
// 'qry__hidden': $events_loc.pres_mgmt.qry_hidden ?? 'not_hidden',
|
||||
// 'qry__limit': $events_loc.pres_mgmt.qry_limit__sessions ?? 35,
|
||||
// }
|
||||
|
||||
// if ($ae_loc.administrator_access) {
|
||||
// params['qry__enabled'] = 'all';
|
||||
// params['qry__hidden'] = 'all';
|
||||
// params['qry__limit'] = 150;
|
||||
// } else if ($ae_loc.trusted_access) {
|
||||
// params['qry__enabled'] = 'enabled';
|
||||
// params['qry__hidden'] = 'not_hidden';
|
||||
// params['qry__limit'] = 75;
|
||||
// } else {
|
||||
// params['qry__enabled'] = 'enabled';
|
||||
// params['qry__hidden'] = 'not_hidden';
|
||||
// params['qry__limit'] = 35;
|
||||
// }
|
||||
|
||||
handle_search__event_session({
|
||||
ft_search_str: ft_search_str_new,
|
||||
|
||||
Reference in New Issue
Block a user