Modify

Opened 2 years ago

Closed 2 years ago

#2562 closed Aufgabe (fixed)

Kategorie-Dropdown im Backend update-sicher deaktivierbar machen

Reported by: noRiddle Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.8.0
Component: Admin Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

In /admin/includes/modules/categories_view.php findet man dies

define('CAT_VIEW_DROPDOWN', true); //remove dropdown field due to performance issues on many categories

und sollte es so definieren

defined('CAT_VIEW_DROPDOWN') OR define('CAT_VIEW_DROPDOWN', true); //remove dropdown field due to performance issues on many categories

damit es update-sicher deaktivierbar ist.
Wie der Kommentar im Code ja zeigt (wohl dann vregessen worden), killt das bei komplexer Kat-Struktur die Performance.

Da das in Sekunden geändert werden kann habe ich's mal auf Prio "hoch" gesetzt und für 2.0.8.0 markiert.

Gruß,
noRiddle

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 2 years ago

Resolution: fixed
Status: newclosed

In 15426:

fix #2562 - add configuration for categories dropdown

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.