From 482ff6e06c796a43a26bce5cd7b26c056c9312f9 Mon Sep 17 00:00:00 2001 From: Oskar Hane Date: Mon, 16 May 2016 15:30:11 +0200 Subject: [PATCH] Map Index argument from Bolt --- app/scripts/services/Bolt.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/services/Bolt.coffee b/app/scripts/services/Bolt.coffee index aac21292f09..3305879be71 100644 --- a/app/scripts/services/Bolt.coffee +++ b/app/scripts/services/Bolt.coffee @@ -354,6 +354,7 @@ angular.module('neo4jApp.services') Rows: plan.rows, EstimatedRows: plan.arguments.EstimatedRows, identifiers: plan.identifiers, + Index: plan.arguments.Index, children: plan.children.map boltPlanToRESTPlanShared }