Closed gold1 closed 11 years ago
DS が2つ並んでいたので修正しました。(直さなくても include は成功しているようです)
もう一つ別件のご報告があります。
app\Controller\CustomFieldsController.php: 68 if (($this->_get_param('type') == "IssueCustomField") && $this->_get_param('tracker_ids')) { 69: $custom_field['Tracker'] = $this->CustomFieldsTracker->Tracker . find('list', array('conditions' => array('id' => $this->_get_param('tracker_ids')))); 70 }
Tracker . find(
69行の上の箇所が "->find(" の間違いではないだろうかと思いました。 よく分からないのでとりあえずご報告させて頂きます。
Pull Requestに不慣れですのでおかしな点がありましたらご指摘願います。
Coverage remained the same when pulling 4a400919a10952031f77262862d02c37d89465f1 on gold1:model-setting-path into ecc6c25e5dc44ea80de9548090fb3f56def0fa1d on yandod:master.
DS が2つ並んでいたので修正しました。(直さなくても include は成功しているようです)
もう一つ別件のご報告があります。
app\Controller\CustomFieldsController.php: 68 if (($this->_get_param('type') == "IssueCustomField") && $this->_get_param('tracker_ids')) { 69: $custom_field['Tracker'] = $this->CustomFieldsTracker->Tracker . find('list', array('conditions' => array('id' => $this->_get_param('tracker_ids')))); 70 }
69行の上の箇所が "->find(" の間違いではないだろうかと思いました。 よく分からないのでとりあえずご報告させて頂きます。
Pull Requestに不慣れですのでおかしな点がありましたらご指摘願います。