Hi,
First of - This is my first time checking out this module and I am absolutely impressed by the work put into it.
Now the issue - I noticed that the access "view hotel search results" is not being respected or checked. User roles that have not been given "view hotel search results" access can still view the hotel search results.
I just changed line 190 of hotel_booking.module from
'access arguments' => array('access content'),
to
'access arguments' => array('view hotel search results'),
to temporarily fix this.
This doesn't prevent the "Hotel Booking: Search form" block from showing the results though. But of course, this can be remedied from the block settings.
Again, thanks for this wonderful module.
Comments
Comment #1
larowlanHi
Good pickup, clearly you are the first person in 3 years to use this feature!
Tagging as release blocker.
It will get into beta5.
Lee