Closed (fixed)
Project:
Public Bookings
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Created:
20 Jun 2009 at 14:14 UTC
Updated:
17 Jul 2009 at 12:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThanks for the bug-report (if the wrong dates are displayed, this qualifies as a bug), I'll have a look after it.
Comment #2
Anonymous (not verified) commentedCould you test the attached patch?
Apologies for the delay.
Comment #3
Anonymous (not verified) commentedCommitted this, as another long-standing bug is resolved with it (and I simply forgot to commit it previously). Feel free to reopen, if the above problem persists after either applying the patch or updating to the latest dev (as soon as it is released).
Regarding the email confirmation: With the latest dev of Bookings API a Rules-integration has been added. This would make it possible to contact the client of a booking whenever the booking is changed.
Comment #4
Anonymous (not verified) commentedComment #5
Anonymous (not verified) commentedApologies for the quadruple-post ... There was a severe bug in the way PASSPHRASES where generated and clients handled internally, which lead to the missing "update notifications" after a client changed his own booking.
The attached patch (already commited) should fix this (use together with the patch above)
Comment #6
vmal commentedThanks for the modification.
Nevertheless, you have deleted an opening brace at line 117 of publicbookings.public.inc (with the second patch).
With that corrected, it's working fine.
Comment #7
vmal commentedComment #8
Anonymous (not verified) commentedThanks - and apologies for the mistake .. I really shouldnt diff under pressure.
Committed again.
The patch to fix the missing brace:
Index: publicbookings.public.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/publicbookings/publicbookings.public.inc,v
retrieving revision 1.7.2.4
diff -r1.7.2.4 publicbookings.public.inc
117c117
<
---
> }
Comment #9
Anonymous (not verified) commentedAnd I shouldnt post when tired..
Comment #10
Anonymous (not verified) commentedSetting this to fixed - feel free to reopen if problems occur with this patch.