Development

#2773 (Askeet day 7 routing.yml)

You must first sign up to be able to contribute.

Ticket #2773 (closed documentation: fixed)

Opened 11 months ago

Last modified 10 months ago

Askeet day 7 routing.yml

Reported by: StarQuake Assigned to: fabien
Priority: minor Milestone:
Component: askeet Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

The routing example given above reads:

recent_questions:
  url:   /recent/:page
  param: { module: question, action: recent, page: 1 }

but it only works if you use this:

recent_questions:
  url:   /question/recent/:page
  param: { module: question, action: recent, page: 1 }

Change History

02/20/08 22:15:28 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [7563]) fixes #2773 wrong routing rule on day 7 of askeet