Modify

Opened 9 years ago

Closed 9 years ago

#1073 closed Bug/Fehler (fixed)

Kategorien standardmäßig aktiviert anlegen

Reported by: Torsten Riemer Owned by: somebody
Priority: hoch Milestone: modified-shop-2.0.2.0
Component: Admin Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

Lange frage ich mich schon wieso wir Kategorien standardmäßig immer deaktiviert anlegen? Hat das einen bestimmten Grund?

Datei "/admin/includes/modules/new_categors.php" Zeile 95:

          <td class="main"><?php echo draw_on_off_selection('status', $category_status_array, ($cInfo->categories_status == '1' ? true : false), 'style="width: 155px"'); ?></td>

Ändern in:

          <td class="main"><?php echo draw_on_off_selection('status', $category_status_array, ($cInfo->categories_status == '0' ? false : true), 'style="width: 155px"'); ?></td>

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 9 years ago

Resolution: fixed
Status: newclosed

In 10457:

fix #1073

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.