mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Rename the "messages" Output of the i18n_messages command to "texts"
This is to prevent a fatal name clash wih the new common "messages" Output. Since i18n_messages is an internal plugin, the change does not affect our public API.
This commit is contained in:
committed by
Martin Kosek
parent
24bca144a8
commit
42300eb55b
2
API.txt
2
API.txt
@@ -1944,7 +1944,7 @@ output: Output('value', <type 'unicode'>, None)
|
||||
command: i18n_messages
|
||||
args: 0,1,1
|
||||
option: Str('version?', exclude='webui')
|
||||
output: Output('messages', <type 'dict'>, None)
|
||||
output: Output('texts', <type 'dict'>, None)
|
||||
command: idrange_add
|
||||
args: 1,12,3
|
||||
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
||||
|
||||
Reference in New Issue
Block a user