操作
Backport(バックポート) #1824
完了Warning in ApplicationUserSettingForm::save() while saving data type of "BOOL"
開始日:
2010-11-30
期日:
進捗率:
100%
予定工数:
説明
Overview¶
Warning in ApplicationUserSettingForm::save() while saving data type of "BOOL".
PHP Warning: strlen() expects parameter 1 to be string, array given in /home/kawahara/dev/OpenPNE3_6/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineConnectionProfiler.class.php on line 198
Causes¶
When data type is "BOOL", form field is checkbox.
Therefor, validated value is Array.
Way to fix¶
I'll change form field to radio button.
Shogo Kawahara さんが13年以上前に更新
- ステータス を New(新規) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 0fa670f01db55eda1cac32c4c276c53883fab6e4 で適用されました。
Shogo Kawahara さんが13年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 担当者 を Shogo Kawahara にセット
- 進捗率 を 50 から 100 に変更
操作