|
|
@ -27,7 +27,7 @@ sub ajax :Chained('list_admin') :PathPart('ajax') :Args(0) {
|
|
|
|
'/ajax_process_resultset', [
|
|
|
|
'/ajax_process_resultset', [
|
|
|
|
$admins,
|
|
|
|
$admins,
|
|
|
|
[qw(id reseller_id login is_master is_superuser is_active read_only show_passwords call_data lawful_intercept)],
|
|
|
|
[qw(id reseller_id login is_master is_superuser is_active read_only show_passwords call_data lawful_intercept)],
|
|
|
|
[ 1 ]
|
|
|
|
[ 1, 2 ]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
);
|
|
|
|
);
|
|
|
|
$c->detach($c->view('JSON'));
|
|
|
|
$c->detach($c->view('JSON'));
|
|
|
|