View Issue Details

IDProjectCategoryView StatusLast Update
0001294OXID eShop (all versions)1.08. Listmania, Notice list, Gift registrypublic2012-12-07 14:33
ReporterMichaelZ Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001294: Not able to create new recommlist after deleting one
DescriptionAfter 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.
TagsListmania
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-09-11 09:09

reporter   ~0001710

fixed