Schedule issues
-
I've run into a couple of issues with schedules recently and I'm not sure what the cause is:
First issue is my schedules stopped updating the points I had set them up to write to. I had to reboot the PC recently and also did an update to the modules so I'm not sure what triggered the problem but after all that the points set up under schedule events did not update. The only way I could get one of them to update was to delete the schedule, recreate it and re attach the point.
Second issue is, I have been using the following:
<ma-button style="color: rgb(0, 0, 0); text-align: center;" onclick="window.open('/ui/scheduler-no-ui/ADVSCH_9456d1ed-67bb-4c92-a014-2deb74392c5f', 'schedule', 'height=800,width=1024')" label="Open Landlord Schedule" raised="true"></ma-button>
to open an edit window for the schedule from the users dashboard but it now just opens a blank window with no schedule details. The only way I can edit the schedule now is to use the Advanced Scheduler.
Regards,
Peter -
@petermcs said in Schedule issues:
Second issue is, I have been using the following:
Yes I changed something recently which causes the scheduler components to not be loaded until you navigate to scheduler page. You are using a custom page to display the scheduler so it's not loading the components. I'll add a built in full screen scheduler page that you can use to get around this.
@petermcs said in Schedule issues:
First issue is my schedules stopped updating the points I had set them up to write to.
I can't really comment on what might would have caused this. Someone else might know more about this. I can say with certainty that they are not related however.
-
@petermcs I've released advanced scheduler module v3.4.4
You can use the URL
'/ui/administration/advanced-scheduler-full-screen/{xid}'
-
Hi Jared,
I updated the modules and tried:
<ma-button style="color: rgb(0, 0, 0); text-align: center;" onclick="window.open('/ui/advanced-scheduler-full-screen/ADVSCH_9456d1ed-67bb-4c92-a014-2deb74392c5f', 'schedule', 'height=800,width=1024')" label="Open Landlord Schedule" raised="true"></ma-button>
I now get a page not found error.
Regards,
Peter -
Sorry I forgot the
/administration
of the URL, I've updated the above post.