Skip to content
New issue

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

【メール】メールフォームの項目のIDの一部がマルチバイトになる場合がある #1039

Open
tnagatomi opened this issue Apr 29, 2019 · 0 comments
Labels
Bug バグ Ver4 バージョン4

Comments

@tnagatomi
Copy link
Contributor

(このIssueはRedmineのチケットから移行されています)

作成者: 坂口 昌己
作成日: 2018/04/20 19:58

メールフォームの項目のIDの一部がマルチバイトになる場合が
以前の改修でデータベースへ保存時に選択値をそのまま保存する時の改修の不具合です。
(動作には影響ないのですが、HTMLの構造的によくなさそう?)

BcForm(Form)ヘルパでoptionで指定された値を元にIDが生成されることが原因でした。

例:
以前(baserCMS4.0.xx)の仕様

'1' => '資料請求',
'2' => 'お問い合わせ',
'3' => 'その他'


現状(baserCMS4.1.xx / dev-4最新)

'資料請求' => '資料請求',
'お問い合わせ' => 'お問い合わせ',
'その他' => 'その他'


      
@baserproject baserproject deleted a comment from tnagatomi May 16, 2019
@ryuring ryuring added the Bug バグ label May 16, 2019
@ryuring ryuring changed the title メールフォームの項目のIDの一部がマルチバイトになる場合がある 【メール】メールフォームの項目のIDの一部がマルチバイトになる場合がある May 5, 2020
@ryuring ryuring added the Ver4 バージョン4 label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug バグ Ver4 バージョン4
Projects
None yet
Development

No branches or pull requests

2 participants