update partion schema boolean value
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f876da44 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f876da44 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f876da44 Branch: refs/heads/master Commit: f876da44f6885dc2dec5d66452aa52df451d7305 Parents: 2db027e Author: Dakshika Jayathilaka <[email protected]> Authored: Tue Jan 27 16:15:21 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Jan 27 16:15:21 2015 +0530 ---------------------------------------------------------------------- .../console/controllers/forms/schema/configure/partitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f876da44/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json index 4f3ca58..c3e7eb0 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json @@ -15,7 +15,7 @@ }, "activeByDefault": { "id": "root/activeByDefault", - "type": "string" + "type": "boolean" }, "partitions": { "id": "root/partitions",
