View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001294 | OXID eShop (all versions) | 1.08. Listmania, Notice list, Gift registry | public | 2009-09-07 08:53 | 2012-12-07 14:33 |
Reporter | MichaelZ | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.5 revision 21618 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001294: Not able to create new recommlist after deleting one | ||||
Description | After deleting a recomm list from the account menu, the customer is not longer able to create a new one using the form except when he reloads the recomm list section by clicking on the link in the account menu. The problem seems to be, that after deleting a recomm list (Account_Recommlist::editList()), the Account_Recommlist::_oActRecommList field is not set to false, or null, or whatever it's value should be to indicate "no active list". This causes the template to render a hidden input element within the form with the id of the last active list (recommid). When the user now fills the form fields, the method Account_Recommlist::saveRecommList() tries to load the recomm list with the specified id which obviously must fail. | ||||
Tags | Listmania | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||