mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added commands into metadata.
The json_metadata command has been modified to accept some new options and return the commands metadata. The API.txt has been updated as well. The UI has been modified to use commands metadata instead of methods metadata. Ticket #388
This commit is contained in:
@@ -119,7 +119,7 @@ IPA.service.entity = function(spec) {
|
||||
{
|
||||
type: 'checkbox',
|
||||
name: 'force',
|
||||
metadata: IPA.get_method_option('service_add', 'force')
|
||||
metadata: IPA.get_command_option('service_add', 'force')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user