From ef22a6d56e2c61d2d4ccf10ec7f329f2885f3a38 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Tue, 16 Aug 2016 15:49:44 -0700 Subject: [PATCH] Enable support for DefCore schema 1.6 Since 1.6 will be released soon (https://review.openstack.org/#/c/351363), the RefStack result's report page should enable results to be compared with guidelines using that schema version. Change-Id: I2a47442b10215fdb72c54a4232ddc6207b6206c2 --- .../app/components/results-report/resultsReportController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/refstack-ui/app/components/results-report/resultsReportController.js b/refstack-ui/app/components/results-report/resultsReportController.js index 24826d72..caedb285 100644 --- a/refstack-ui/app/components/results-report/resultsReportController.js +++ b/refstack-ui/app/components/results-report/resultsReportController.js @@ -389,6 +389,7 @@ case '1.3': case '1.4': case '1.5': + case '1.6': capMethod = 'buildCapabilityV1_3'; break; default: