Fixed the Policy API issues and Bugfixes
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryGridController / CLVsclActionDictGridController.js
index 6109152..512e114 100644 (file)
@@ -150,7 +150,7 @@ app.controller('vsclActionDictGridController', function ($scope, PolicyAppServic
                        var i;
                        if($scope.searchDatas.length > 0){
                                for(i = 0 ; i < $scope.searchDatas.length; i++){
-                                       searchString += $scope.searchDatas[i].name + "\n";
+                                       searchString += $scope.searchDatas[i] + "\n";
                                }       
                        }else{
                                searchString += "No Policies is Using this Value"