Ticket #79 (closed task-todo: fixed-erledigt)
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: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.
Note: See
TracTickets for help on using
tickets.
