Closed (fixed)
Project:
Hotel Booking System for Ubercart
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2011 at 13:26 UTC
Updated:
24 Aug 2011 at 00:12 UTC
Under Documentation, in forder to configure the hotel booking module, I need to visit Admin -> Store administration -> Hotel Booking.
However, I cannot locate Hotel Booking, but the module is successfully installed & enabled.
Any possible reason why this is happening?
Thank you,
Comments
Comment #1
larowlanDrupal 7 is more aggressive with caching, sometimes installing a module does not flush the menu cache, especially if you are using drush.
Try using the clear cache button on the performance page and report back how you get on.
Comment #2
larowlanFYI It's admin/store/hotel_booking if you want to go there without a link.
Comment #3
larowlanThis down to the way Ubercart gathers the links for the page shown at admin/store.
It ignores any links of type MENU_LOCAL_TASK (ie tabs).
Have modified the way the menu items are built and tested fine.
Committed to the 7.x-1.x dev version