Modify

Opened 5 years ago

Closed 5 years ago

#1992 closed Bug/Fehler (fixed)

admin/products_attributes.php

Reported by: Volker Strähle Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.6.0
Component: Admin Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Beim Anlegen einer neuen option wird products_options_name und products_options_sortorder nicht gespeichert.

Grund ist, dass das $_POST-Array mit folgendem Code (ca. Z. 34) "gelöscht" wird:

  if (isset($_GET['action']) && !isset($_POST['action'])) {
    $_POST = $_GET;
  }

Attachments (0)

Change History (2)

comment:1 by Volker Strähle, 5 years ago

if (isset($_GETaction) && !isset($_POSTaction)) {

$_POST = array_merge($_POST, $_GET);

$_POST = $_GET;

}

funktioniert erst mal, aber ob das so gedacht war müßt ihr mal prüfen.

Version 0, edited 5 years ago by Volker Strähle (next)

comment:2 by Gerhard Waldemair, 5 years ago

Resolution: fixed
Status: newclosed

In 13447:

fix #1992 - save attributes

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.