操作
Enhancement(機能追加・改善) #3479
完了opMemberCsvList クラス内で ProfileTable::retrievesAll() が2度呼ばれているので処理が無駄である
開始日:
2013-11-11
期日:
進捗率:
100%
予定工数:
説明
概要¶
lib/model/opMemberCsvList.class.php 247: $profileList = Doctrine::getTable('Profile')->retrievesAll(); 361: $profileList = Doctrine::getTable('Profile')->retrievesAll();
Shinichi Urabe さんが約11年前に更新
- ステータス を New(新規) から Pending Review(レビュー待ち) に変更
- 担当者 を Shinichi Urabe にセット
- 進捗率 を 0 から 50 に変更
Shinichi Urabe さんが約11年前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 進捗率 を 50 から 100 に変更
対応完了のためクローズします
操作