Development

#5552 (Jobeet Day 11 - configuration generator.yml not complete)

You must first sign up to be able to contribute.

Ticket #5552 (closed documentation: fixed)

Opened 6 months ago

Last modified 6 months ago

Jobeet Day 11 - configuration generator.yml not complete

Reported by: nathanlon Assigned to: fabien
Priority: minor Milestone:
Component: Jobeet Version: 1.2.0
Keywords: documentation Cc:
Qualification: Unreviewed

Description

The text in day 11 indicates:

The final configuration for the Jobeet admin is as follows.

But, at least with Doctrine, I found I needed first within the file:

generator:

class: sfDoctrineGenerator param:

model_class: JobeetCategory? theme: admin non_verbose_templates: true with_show: false singular: ~ plural: ~ route_prefix: jobeet_category with_doctrine_route: 1

And same for the generator.yml for the job, but replace category with job above.

Therefore, the text in jobeet requires a indent of 4 more spaces The section leads the reader to believe that the text within the documentation is all that is required.

Change History

01/06/09 20:52:09 changed by nathanlon

Forgot the formatting:

generator:
  class: sfDoctrineGenerator
  param:
    model_class:           JobeetCategory
    theme:                 admin
    non_verbose_templates: true
    with_show:             false
    singular:              ~
    plural:                ~
    route_prefix:          jobeet_category
    with_doctrine_route:     1

01/07/09 11:51:54 changed by fabien

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

(In [14527]) [doc] [1.2] added complete admin gen configuration at the end of day 12 of Jobeet (closes #5552)

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.