プロジェクト

全般

プロフィール

Bug(バグ) #4195

kaoru n さんが7年以上前に更新

h3. Overview (現象) 

 opFormItemGenerator で FormType が checkbox, select, radio の場合に翻訳を行っているため、Formクラス等でカタログを変更しても反映されない。 の場合に、二重に翻訳されてしまう 

 h3. Causes (原因) 

 https://github.com/openpne/OpenPNE3/blob/master/lib/util/opFormItemGenerator.class.php#L47 
 https://github.com/openpne/OpenPNE3/blob/master/lib/util/opFormItemGenerator.class.php#L50 
 https://github.com/openpne/OpenPNE3/blob/master/lib/util/opFormItemGenerator.class.php#L78 
 などで翻訳を行っている にて翻訳を行っている 

 h3. Way to fix (修正内容) 

 修正内容を記入

戻る