Opened 12 years ago
Closed 12 years ago
#3732 closed defect (fixed)
モバイルで国際化が正しく行われていないフォームがある
Reported by: | ShogoKawahara | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | OpenPNE3.0.4 |
Component: | core | Version: | 3.0.x |
Keywords: | Cc: |
Description
コミュニティ作成/編集画面のフォームのように setTranslationCatalogue() によってカタログを指定しているものに関して、モバイルにおける国際化が正常に行われていない。
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | OpenPNE3.0.3 → OpenPNE3.0.4 |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r11239
OpenPNE3/trunk/lib/filter/sfOpenPNEExecutionFilter.class.php
で、フィルターを利用しFormFormatterNameをセットする方式をやめて、アプリケーションの設定の段階で
sfWidgetFormSchema::setDefaultFormFormatterName('mobile');
としたことにより、この問題は解消されました。