iptdevs-design-system 3.1.288 → 3.1.290
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +2 -1
- package/esm2020/lib/core/models/user/user-rq.model.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs +1 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/user/user-rq.model.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1734,6 +1734,7 @@ class SidenavComponent {
|
|
|
1734
1734
|
let token = user === undefined ? '' : user;
|
|
1735
1735
|
let request = {
|
|
1736
1736
|
token: token,
|
|
1737
|
+
department: this.department
|
|
1737
1738
|
};
|
|
1738
1739
|
this.userService.getRoutesForRole(request).subscribe((response) => {
|
|
1739
1740
|
this.routes = response.data;
|