Closed (fixed)
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
6.x-2.x-dev
Component:
Merci UI
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Feb 2011 at 14:59 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kreynen commentedComment #2
darrick commentedI'll do some more work on this after I figure out how to use git. I've been trying to follow the docs here: http://drupal.org/node/331941 for proper ahah callbacks. I found it easier at the moment to parse a selector as opposed to figuring out the current number of items and that they should be incremented. But I'll figure out a way.
As for the "Limit Lists to Available Items", my idea is to put that button in for non-js clients. For js clients I'll update the select lists when the reservation dates are changed.
I'm not able to reproduce the issue about current selections being wiped out when additional selectors are added or removed.
Comment #3
kreynen commentedThis may be an issue with jquery_update. When it's installed, I get RangeError: Maximum call stack size exceeded errors in Safari... but only in Safari. I will do more testing.
Comment #4
darrick commentedI fixed the first part of this issue: http://drupalcode.org/project/merci.git/commit/0ad1037
Will work on the update according to reservation date next.
Comment #5
darrick commentedFixed the error for "Limit Available Items" not showing up: http://drupalcode.org/project/merci.git/commit/159b886
Adding a ahah handler for the date_combo to do this was too hard and impractical.
If you still have trouble with the third issue please resubmit that separately.