Commit f00907d7 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174095 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d63950ef
......@@ -26,7 +26,7 @@ export class EcmBreadcrumbsComponent implements OnInit {
let storeCategory;
let category_shDescr;
this.store.select('category').forEach(
this.store.select('CATEGORY').forEach(
value => storeCategory=value
);
category_shDescr = storeCategory.shDescr
......@@ -52,7 +52,7 @@ export class EcmBreadcrumbsComponent implements OnInit {
let catShDescr;
let subcatShDescr;
this.store.select('subCategory').forEach(
this.store.select('SUBCATEGORY').forEach(
value => storeSubCategory = value
);
catCode = storeSubCategory.catCode;
......@@ -61,7 +61,7 @@ export class EcmBreadcrumbsComponent implements OnInit {
console.log("Breadcrumbs==>");
console.log(catCode);
this.store.select('category').forEach(
this.store.select('CATEGORY').forEach(
value => storeCategory=value
);
catShDescr = storeCategory.shDescr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment