Skip to content
Snippets Groups Projects
Verified Commit bb098c32 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: don't exclude subaccounts from impersonate view

parent 6098bd36
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,7 @@ export default { ...@@ -28,8 +28,7 @@ export default {
idx: 'login_name', idx: 'login_name',
old: apiutil.denullify_dict({ old: apiutil.denullify_dict({
login_name_regexp: this.checkRegex(term, true), login_name_regexp: this.checkRegex(term, true),
fetch_limit: 10, fetch_limit: 10
is_sub: false
}) })
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment