diff --git a/module/custom/model.php b/module/custom/model.php index b6a70ffa4b..51516277e6 100644 --- a/module/custom/model.php +++ b/module/custom/model.php @@ -520,6 +520,12 @@ class customModel extends model } } + /** + * Set story or requirement. + * + * @access public + * @return void + */ public function setStoryRequirement() { $this->loadModel('setting')->setItem('system.custom.storyRequirement', $this->post->storyRequirement); @@ -533,6 +539,12 @@ class customModel extends model } } + /** + * Set hour or story point. + * + * @access public + * @return void + */ public function setHourPoint() { $this->loadModel('setting')->setItem('system.custom.hourPoint', $this->post->hourPoint); diff --git a/module/custom/view/concept.html.php b/module/custom/view/concept.html.php index e839a6c646..d7a3ab2543 100644 --- a/module/custom/view/concept.html.php +++ b/module/custom/view/concept.html.php @@ -9,25 +9,13 @@ * @version $Id: deny.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> -config->conceptSetted)):?> - - - -config->conceptSetted)):?>