barsa-develop-components 1.0.381 → 1.0.382
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/service-desk-servcie-detail/service-desk-servcie-detail.component.mjs +3 -3
- package/fesm2015/barsa-develop-components.mjs +2 -2
- package/fesm2015/barsa-develop-components.mjs.map +1 -1
- package/fesm2020/barsa-develop-components.mjs +2 -2
- package/fesm2020/barsa-develop-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1413,7 +1413,7 @@ class ServiceDeskServcieDetailComponent extends FormPropsBaseComponent {
|
|
|
1413
1413
|
const rightside = FindLayoutSettingFromLayout94(this.layout94, 'جدول راست');
|
|
1414
1414
|
leftside?.items[0]?.items?.forEach((item2) => {
|
|
1415
1415
|
const key = item2.Caption;
|
|
1416
|
-
const fieldName =
|
|
1416
|
+
const fieldName = item2.ControlId;
|
|
1417
1417
|
const item = { caption: key, fieldName };
|
|
1418
1418
|
if (key === 'آدرس سایت' ||
|
|
1419
1419
|
(typeof mo[fieldName] === 'string' &&
|
|
@@ -1438,7 +1438,7 @@ class ServiceDeskServcieDetailComponent extends FormPropsBaseComponent {
|
|
|
1438
1438
|
});
|
|
1439
1439
|
rightside?.items[0]?.items?.forEach((item2) => {
|
|
1440
1440
|
const key = item2.Caption;
|
|
1441
|
-
const fieldName =
|
|
1441
|
+
const fieldName = item2.ControlId;
|
|
1442
1442
|
const item = { caption: key, fieldName };
|
|
1443
1443
|
if (key === 'آدرس سایت' ||
|
|
1444
1444
|
(typeof mo[fieldName] === 'string' &&
|