########################################
The pertinent...
MERCI 6.x-2.x-dev Feb 4 2011, on Drupal core 6.x-dev (2010-Dec-15). Logged in as admin (user 1).
Reservation Checkout and Inventory
MERCI Calendar View (enabled), MERCI Daypart Pricing (disabled), MERCI Inventory (enabled), MERCI Permissions (enabled), MERCI Printable Contract (enabled), MERCI Role Rule Override (enabled), MERCI Staff (disabled), MERCI Template (disabled), MERCI UI (enabled)
########################################
When Taxonomy vocabulary is enabled for any given bucket content type, selecting the specific bucket item when attempting to check out the reservation will not save.
I've also noticed that any Bucket that has a MERCI Equipment Grouping term selected no longer shows up in the Reservation bucket popup at all. This may be related.
Disabling the Taxonomy settings returns everything to normal.
to replicate problem
1) Check that reservation of item in bucket type YOURCHOICE that everything works and the Item saves
2) undo that.
3) Go into Admin taxonomy. If there is none add vocabulary and enable it for the content type "YOURCHOICE", add a few terms
4) go back to the reservation, refresh, at that point Add Accessories should show up.
5) add some accessories.
6) go into edit mode of reservation and try to specify a specific item from the bucket. Click save...
the item never applies to the reservation.
Comments
Comment #1
darrick commentedThis is fixed: http://drupal.org/cvs?commit=498636
As for:
That is by design. The MERCI Equipment Grouping taxonomy is used to group the items in the popup list. If no taxonomy is set for the item then they either show up under Resource or Bucket (depending upon the type). If you set a taxonomy then the item will show up under the assigned term.
Comment #3
darrick commentedI was finally able to reproduce the second bug. I totally misread it although your explanation is very detailed. I committed the fix here: http://drupalcode.org/project/merci.git/commit/8fb91b4
Comment #4
darrick commented