Bug #14
Do not allow locations to be added again
| Status: | Closed | Start: | 02/11/2009 | ||
| Priority: | Normal | Due date: | |||
| Assigned to: | Josh Elser | % Done: | 70% |
||
| Category: | - | Spent time: | 3.00 hours | ||
| Target version: | .1 | ||||
| Resolution: |
Description
Whenever a new location is added, must make sure that it is not already in the database. The title only needs to be checked.
History
Updated by Josh Elser 564 days ago
- Assigned to set to Josh Elser
- Target version set to .1
Updated by Josh Elser 564 days ago
- % Done changed from 0 to 70
This should be fixed for all instances, except the addPurchase form. That will be put on hold until the AJAX update is done for that form.
Updated by Josh Elser 515 days ago
- Status changed from New to Closed
The location verification works for all parts now. For the future, for validating locations, you can just set the onchange attribute of the text box to be 'sendValidateRequest' with the item's id as its only argument.