We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(このIssueはRedmineのチケットから移行されています)
作成者: 坂口 昌己 作成日: 2018/04/20 19:58
メールフォームの項目のIDの一部がマルチバイトになる場合が 以前の改修でデータベースへ保存時に選択値をそのまま保存する時の改修の不具合です。 (動作には影響ないのですが、HTMLの構造的によくなさそう?)
BcForm(Form)ヘルパでoptionで指定された値を元にIDが生成されることが原因でした。
例: 以前(baserCMS4.0.xx)の仕様
'1' => '資料請求', '2' => 'お問い合わせ', '3' => 'その他'
現状(baserCMS4.1.xx / dev-4最新)
'資料請求' => '資料請求', 'お問い合わせ' => 'お問い合わせ', 'その他' => 'その他'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(このIssueはRedmineのチケットから移行されています)
作成者: 坂口 昌己
作成日: 2018/04/20 19:58
メールフォームの項目のIDの一部がマルチバイトになる場合が
以前の改修でデータベースへ保存時に選択値をそのまま保存する時の改修の不具合です。
(動作には影響ないのですが、HTMLの構造的によくなさそう?)
BcForm(Form)ヘルパでoptionで指定された値を元にIDが生成されることが原因でした。
例:
以前(baserCMS4.0.xx)の仕様
'1' => '資料請求',
'2' => 'お問い合わせ',
'3' => 'その他'
現状(baserCMS4.1.xx / dev-4最新)
'資料請求' => '資料請求',
'お問い合わせ' => 'お問い合わせ',
'その他' => 'その他'
The text was updated successfully, but these errors were encountered: