Closed (fixed)
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2013 at 04:40 UTC
Updated:
27 Jun 2013 at 18:50 UTC
Comments
Comment #1
darrick commentedOn your db run ...
UPDATE `drupal7`.`system` SET `weight` = '-1' WHERE `system`.`filename` = 'sites/all/modules/merci/merci.module';Then clear all caches.
commons_notify_node_insert which loads the newly created room node was running before merci_node_insert which save variables to the db required for loading the node. By setting the weight of the merci module to a lower value then that of commons_notify merci_node_insert will run before commons_notify_node_insert.
Comment #2
dustin@pi commentedAmazing thanks so much ... I now have reservations working in Commons.
Comment #3
darrick commentedComment #4.0
(not verified) commentedimproved formatting