mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Implement isBoolean field support, on detail view edit action. This is
specified like this:
fields: {
...
isPasswordEnabled: {
...
isBoolean: true,
editable: true,
...
}
}