shihjay2 / nosh2

NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based off of the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support.
Other
75 stars 52 forks source link

Cannot read property 'ownerDocument' of undefined - Schedule Page #163

Open anandang76 opened 3 years ago

anandang76 commented 3 years ago

When I am clicking Schedule from top nav bar in physician login, Calendar is not woking. In console log following error occurred

Uncaught TypeError: Cannot read property 'ownerDocument' of undefined
    at c (fullcalendar.min.js:6)
    at constructor.queryBoundingRect (fullcalendar.min.js:7)
    at constructor.build (fullcalendar.min.js:7)
    at Et.e.constructor.updateSize (fullcalendar.min.js:8)
    at Et.e.constructor.updateSize (fullcalendar.min.js:9)
    at Et.e.constructor.displayView (fullcalendar.min.js:8)
    at fullcalendar.min.js:8
    at ut (fullcalendar.min.js:6)
    at Et.e.constructor.display (fullcalendar.min.js:8)
    at d (fullcalendar.min.js:6)

image

Could you please help me to resolve this proplem?.

shihjay2 commented 3 years ago

Can you verify that the provider user has set his/her schedule under Configure -> Schedule Setup?