I set up a recurring weekly event a few times to make sure I wasn't crazy.
First I set up a weekly event for Wednesday/Thursday, and the last week doesn't show as available.
The second time I tried setting up separate events, one for Wednesday, one for Thursday, and the last week doesn't show up as available.
I think for some reason the weekly event isn't checking for the end of the month, but for each full week, the month that has a full four weeks will show up correctly.
If someone can give me some guidance on where to find the function that checks the date for the weekly occurring event, that would be awesome.
Hi Cynthia,
Thanks for letting me know. What version of Umbraco are you using? I'll try to have a look at this and hopefully have a new version within a few weeks.
Here is what I get, I've tried deleting my old resources and adding both a daily and weekly types to see what happens but no matter what it doesn't show the last week.
I am using the macro method btw, there could be some conflict because I'm using a masterpage with bootstrap/jquery/modernizer bits in it. Is there a good way to confirm that there is a conflict?
Alright! Yeah there might be a conflict. The macro partial contains references to jquery, that means that you possible have two jquerys loaded.
Could you please try to remove the one in your masterpage and see if that helps? What version of jquery are you using?
You could also try to remove the one in the macropartial and see if the resource is render correctly.
If this works i'd go with the other way of implementing uBooking, creating a data type instead and place the javascript files manually in the masterpage.
Weekly booking has a bug
I set up a recurring weekly event a few times to make sure I wasn't crazy.
First I set up a weekly event for Wednesday/Thursday, and the last week doesn't show as available.
The second time I tried setting up separate events, one for Wednesday, one for Thursday, and the last week doesn't show up as available.
I think for some reason the weekly event isn't checking for the end of the month, but for each full week, the month that has a full four weeks will show up correctly.
If someone can give me some guidance on where to find the function that checks the date for the weekly occurring event, that would be awesome.
Hi Cynthia, Thanks for letting me know. What version of Umbraco are you using? I'll try to have a look at this and hopefully have a new version within a few weeks.
// Herman
No problem, I am using 7.5.3. Let me know if I can help in any way, my work would like to use your product if it can get solved.
Hi Cynthia, First of all, sorry for the late reply.
I tried to recreate the error you had with the recurring events but it seems to work for me.
Is this your setup?
Here is what I get, I've tried deleting my old resources and adding both a daily and weekly types to see what happens but no matter what it doesn't show the last week.
I am using the macro method btw, there could be some conflict because I'm using a masterpage with bootstrap/jquery/modernizer bits in it. Is there a good way to confirm that there is a conflict?
Hi Cynthia,
Alright! Yeah there might be a conflict. The macro partial contains references to jquery, that means that you possible have two jquerys loaded.
Could you please try to remove the one in your masterpage and see if that helps? What version of jquery are you using?
You could also try to remove the one in the macropartial and see if the resource is render correctly.
If this works i'd go with the other way of implementing uBooking, creating a data type instead and place the javascript files manually in the masterpage.
// Herman
is working on a reply...