@seniorsistemas/yms-integration 1.12.0 → 1.12.1
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/bundles/seniorsistemas-yms-integration.umd.js +3 -1
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/sam-senior/components/scheduling/scheduling.component.js +4 -2
- package/esm5/src/sam-senior/components/scheduling/scheduling.component.js +4 -2
- package/fesm2015/seniorsistemas-yms-integration.js +3 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +3 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -2713,7 +2713,9 @@
|
|
|
2713
2713
|
}
|
|
2714
2714
|
};
|
|
2715
2715
|
SchedulingComponent.prototype.getLobby = function (scheduling) {
|
|
2716
|
-
|
|
2716
|
+
if (scheduling.lobbyIdSAM) {
|
|
2717
|
+
return this.lobbyService.get(scheduling.lobbyIdSAM);
|
|
2718
|
+
}
|
|
2717
2719
|
};
|
|
2718
2720
|
SchedulingComponent.prototype.patchActualValue = function () {
|
|
2719
2721
|
var _this = this;
|