Closed (fixed)
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 17:15 UTC
Updated:
10 Aug 2010 at 23:00 UTC
Comments
Comment #1
kreynen commentedThe problem is actually an issue with buckets with no items showing up in the initial select list. The select list isn't limited dates are added to limit the query. To solve this, I am going to limit the initial select list to bucket with active items by modifying the existing merci_check_existing_bucket_items function.
The current function..
...only checks the published/unpublished/promoted status in the node table, not the MERCI specific default_availability in the merci_bucket_node (and merci_resource_node?) table(s)?
New buckets with no items or existing buckets where all the items are Always Unavailable for some reason will no longer show up in the select list.
Comment #2
darrick commented