Ticket #73 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

Remove defaultflow and re-introduce defaultpage

Reported by: StephanSchmidt Assigned to: MartinLeidig
Priority: major Milestone: 0.13.1
Component: Core (general) Version:
Keywords: Cc:

Description

Just before the release of 0.13.0, the defaultflow configuration option has been re-introduced, as the defaultpage option did not allow different default pages for different variants.

Still, it would be more useful to be able to set only a default page without having to create a dummy page flow. To allow different default pages for different variants, the configuration should be done with a new tag:

<context ...>
  <defaultpage>
    <variant name="foo">FooPage</variant>
    <variant name="bar">BarPage</variant>
    <default>DefaultPage</default>
  </defaultpage>
</context>

Change History

09/03/08 10:05:05 changed by MartinLeidig

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