mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Added Object.params_minus() method; various small tweaks
This commit is contained in:
committed by
Rob Crittenden
parent
529819b02b
commit
6aadeb9aea
+1
-1
@@ -85,7 +85,7 @@ class PKQuery(frontend.Method):
|
||||
"""
|
||||
|
||||
def get_args(self):
|
||||
yield self.obj.primary_key.clone(query=True, multivalue=True)
|
||||
yield self.obj.primary_key.clone(query=True)
|
||||
|
||||
|
||||
class Retrieve(PKQuery):
|
||||
|
||||
Reference in New Issue
Block a user