To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #3 (closed defect: fixed)

Opened 2 years ago

Last modified 16 months ago

Stop calling setFormFormatterName

Reported by: boutell Owned by: tboutell
Priority: major Milestone: 1.5
Component: sfDoctrineApplyPlugin Version:
Keywords: Cc:
Symfony version: 1.4

Description

As Laurynas Malisauskas <laurynas.malisauskas@…> pointed out this makes work for others who want to use the global version:

"in each Form configure method you declare default form formatter
name which prevents us from getting benefit of declaring global
undefault formatter in project configuration, for example
sfWidgetFormSchema::setDefaultFormFormatterName('Jaglas');"

Before you do this you need to make sure POGIL (and any newer projects using the plugin) won't be adversely affected.

Also you will need to document that you are no longer supplying sample CSS because you're leaving the choice of form formatter up to the user. Or you could supply an example in the docs, based on our own formatter.

Change History

Changed 2 years ago by agilbert

  • milestone set to 1.1

Changed 2 years ago by boutell

  • status changed from new to accepted
  • sensitive set to 0

Changed 21 months ago by boutell

  • milestone changed from 1.4 to 1.5

Changed 17 months ago by tboutell

  • owner changed from boutell to tboutell

Changed 16 months ago by dordille

  • status changed from accepted to closed
  • symfony set to 1.4
  • resolution set to fixed

I didn't know that there was a ticket for this but I fixed this one a ways back.

Note: See TracTickets for help on using tickets.