Skip to content

Commit c0ddfa9

Browse files
Scheduler — Replace underscore-prefixed: Scheduler core (m_scheduler, m_recurrence_editor) (#32939)
1 parent ea968bc commit c0ddfa9

23 files changed

Lines changed: 586 additions & 585 deletions

packages/devextreme/js/__internal/scheduler/appointment_popup/appointment_popup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ describe('Appointment popup form', () => {
730730

731731
scheduler.showAppointmentPopup();
732732

733-
const appointmentForm = scheduler._appointmentForm.dxForm;
733+
const appointmentForm = scheduler.appointmentForm.dxForm;
734734
const startDate = appointmentForm.getEditor('startDate');
735735
const toolbarItemsBefore = startDate._getPopupToolbarItems();
736736

packages/devextreme/js/__internal/scheduler/m_compact_appointments_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class CompactAppointmentsHelper {
146146

147147
_createTemplate(count, isCompact) {
148148
this._initButtonTemplate(count, isCompact);
149-
return this.instance._getAppointmentTemplate('appointmentCollectorTemplate');
149+
return this.instance.getAppointmentTemplate('appointmentCollectorTemplate');
150150
}
151151

152152
_initButtonTemplate(count, isCompact) {

0 commit comments

Comments
 (0)