yandod / candycane

a port of Redmine to CakePHP from Ruby on Rails
http://my.candycane.jp
510 stars 127 forks source link

Fix include path #219

Closed gold1 closed 11 years ago

gold1 commented 11 years ago

DS が2つ並んでいたので修正しました。(直さなくても include は成功しているようです) Build Status

もう一つ別件のご報告があります。

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に不慣れですのでおかしな点がありましたらご指摘願います。

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 4a400919a10952031f77262862d02c37d89465f1 on gold1:model-setting-path into ecc6c25e5dc44ea80de9548090fb3f56def0fa1d on yandod:master.