X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=POLICY-SDK-APP%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FpolicyApp%2Fcontroller%2FdictionaryGridController%2FBRMSParamDictGridController.js;h=50e14ea266e7057c9f4b0fa316dc11d730d6b675;hb=0368cb99d6108970d172d4dc7145c67e4524b4a9;hp=496a71a39faff8d680eb870c72aefa9cde8f7edc;hpb=428150834ee60899b9a8da019bae3c8bf009adf1;p=policy%2Fengine.git diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSParamDictGridController.js b/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSParamDictGridController.js index 496a71a39..50e14ea26 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSParamDictGridController.js +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSParamDictGridController.js @@ -59,6 +59,7 @@ app.controller('brmsParamDictGridController', function ($scope, PolicyAppService }, { field: 'ruleName', displayName : 'Rule Name', sort: { direction: 'asc', priority: 0 }}, { field: 'description'}, + { field: 'rule', visible : false}, {field: 'userCreatedBy.userName', displayName : 'Created By'}, {field: 'createdDate',type: 'date', cellFilter: 'date:\'yyyy-MM-dd\'' } ],