Posted by jrust on April 22, 2009 at 3:43am
Jump to:
| Project: | Ubercart |
| Version: | 6.x-2.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | code cleanup |
Issue Summary
Searching for either a model # or title on /admin/store/orders/%order_id/edit always returns an empty set. Tracked down the problem to db_placeholders incorrectly adding arguments to the query. A patch is attached that solves the problem.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| uc_order_product_search.patch | 971 bytes | Ignored: Check issue status. | None | None |
Comments
#1
I committed a modified version of your patch that also disambiguated the $args variable name. Thanks for the fix!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.