Modify

Opened 10 years ago

Closed 10 years ago

#618 closed Neues Feature (fixed)

Breadcrumb im Backend bei categories_view

Reported by: Ronald Parcinski Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Admin Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

Eine Breadcrumb Navigation in der Backend Kategorieübersicht wäre eine tolles Feature. Damit wüsste man immer wo man sich genau befindet.
Gerade bei gleichnamigen Kategorien ein sehr große Hilfe.

Attachments (0)

Change History (6)

comment:1 by Torsten Riemer, 10 years ago

Sehr gute Idee!

comment:2 by Ronald Parcinski, 10 years ago

Resolution: fixed
Status: newclosed

done in r8657

comment:3 by Ronald Parcinski, 10 years ago

In 8657:

fix #618

comment:4 by Torsten Riemer, 10 years ago

Resolution: fixed
Status: closedreopened

Bitte nochmal schauen wegen Artikeln, die mehrfach verlinkt sind sowie Artikeln, die nach TOP verlinkt sind.

comment:5 by Ronald Parcinski, 10 years ago

Das das in meinem Demoshop funktioniert hat (eine ältere 2.00 Version) liefert dieser Codeblock in der admin/application_top.php womöglich kein korrektes $cPath_array mehr.

// calculate category path
$cPath = isset($_GET['cPath']) ? $_GET['cPath'] : '';
if (strlen($cPath) > 0) {
  $cPath_array = xtc_parse_category_path($cPath);
  $current_category_id = end($cPath_array);
} else {
  $current_category_id = 0;
}

comment:6 by Ronald Parcinski, 10 years ago

Resolution: fixed
Status: reopenedclosed

In 8680:

fix #618

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.