操作
Bug(バグ) #754
完了opValidatorDate with max or min throw exception if the value is not array (opValidatorDateで配列を利用しないときにmax/minを設定しても例外を投げない)
開始日:
2010-02-25
期日:
2010-03-04
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
Overview (概要)¶
opValidatorDate with max or min throw exception if the value is not array (opValidatorDateで配列を利用しないときにmax/minを設定しても例外を投げない)
Cause (原因)¶
opValidatorDate::convertDateArrayToDateTime() でmax/minの判定を行っているため、配列のみでしか有効になりません。
Environment¶
- OpenPNE3.2.x
- OpenPNE3.4.x
- OpenPNE3.5.x
Way to fix (修正内容)¶
-
操作