Backport(バックポート) #755
opValidatorDate with max or min throw exception if the value is not array (opValidatorDateで配列を利用しないときにmax/minを設定しても例外を投げない)
Start date:
2010-02-25
Due date:
% Done:
100%
Description
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 (修正内容)¶
-
Related issues
Associated revisions
fixed opValidatorDate with max/min option doesn't throw exception if the value is not array (fixes #755;BP from #754)
History
#1
Updated by Shogo Kawahara almost 13 years ago
- Tracker changed from Bug(バグ) to Backport(バックポート)
#2
Updated by Shogo Kawahara almost 13 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
更新履歴commit:"c00e80869d310fb4b3b18a5eb0b36d0a1836b786"で適用されました。
#3
Updated by Rimpei Ogawa almost 13 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- Assignee set to Shogo Kawahara
#4
Updated by Mutsumi Imamura almost 13 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 50 to 100
動作テストOKです。