mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Include contents of has_output_params in get_output_params
This commit is contained in:
@@ -1165,6 +1165,8 @@ class Method(Attribute, Command):
|
||||
if 'no_output' in param.flags:
|
||||
continue
|
||||
yield param
|
||||
for param in self._get_param_iterable('output_params', verb='has'):
|
||||
yield param
|
||||
|
||||
|
||||
class Property(Attribute):
|
||||
|
Reference in New Issue
Block a user