rename arg
This commit is contained in:
parent
1864078973
commit
c03bf228c5
2 changed files with 3 additions and 3 deletions
|
|
@ -7852,7 +7852,7 @@ def query_history(tables=None, **kwargs):
|
|||
clauses.append(' OR '.join([c_test, r_test]))
|
||||
fields[c_test] = '_created_before_event'
|
||||
fields[r_test] = '_revoked_before_event'
|
||||
elif arg == 'key':
|
||||
elif arg == 'xkey':
|
||||
if 'key' not in table_fields[table]:
|
||||
skip = True
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue