Closed (fixed)
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2010 at 23:33 UTC
Updated:
16 Jun 2010 at 18:40 UTC
Comments
Comment #1
kreynen commentedThere is an error in one of the update functions in beta2 that attempted to re-add the merci_date field to the merci_reservation content type. This causes the field to moved from content_type_merci_reservations to content_field_merci_date. MERCI's queries are already ridiculously complicated. Keeping that field in the content_type_merci_reservations was the motivation for using a locked field.
I had to fix that a few times while we were testing the 2.x release. I think the update code is fixed in the current -dev version, but darrick just changed it so it should be tested.
I'll add a function to fix sites with this problem tonight.
Comment #2
ianchan commentedthanks!
Comment #3
darrick commentedI fixed the missing brackets in merci_ui.module. Also this last Monday I did extensive testing and updates to the install and update code.