Ticket #79 (closed task-todo: fixed-erledigt)

Opened 3 years ago

Last modified 17 months ago

create breadcrumb dynamically

Reported by: vain Owned by:
Priority: minor-leicht Milestone: Clansuite 0.2.1
Component: Core Version: Clansuite v0.1a
Keywords: Cc:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: no Total Hours: 0
Internal?: no

Description

Set Pagetitle and Breadcrumbs trail::addStep( _('Show'), '/index.php?mod=users&action=show'); = trail::addStep( _('$actionname'), '/index.php?mod=$module&action=$actionname');

Change History

comment:1 Changed 3 years ago by vain

  • Milestone changed from 0.2 alpha to 0.3 beta

comment:2 Changed 3 years ago by vain

  • Status changed from new to closed
  • Resolution set to wontfix | wird nicht behoben

The last trail step is always to be added by the action itself. By this we are not dependend on the $actionname variable as NAME of the trailstep.

comment:3 Changed 23 months ago by vain

  • Status changed from closed to reopened
  • Internal? unset
  • Resolution wontfix | wird nicht behoben deleted
  • Billable? set

comment:4 Changed 23 months ago by vain

public function action_admin_settings() Clansuite_Breadcrumb::add( _('Settings'), '/index.php?mod=statistics&sub=admin&action=settings');

Automatisches crumbing ist durch Actioname und Routing möglich. Manueller Overwrite des Breadcrumbs ::add() bleibt.

comment:5 Changed 20 months ago by vain

  • Milestone changed from Clansuite 0.4 beta to Clansuite 0.2.1

comment:6 Changed 17 months ago by vain

  • Status changed from reopened to closed
  • Resolution set to fixed | erledigt
  • Billable? unset
Note: See TracTickets for help on using tickets.