Merge branch 'revert-3e9bcdb8' into 'master'
Revert "Merge branch 'sprint/182_hufangzhou_47331' into 'master'" See merge request easycorp/zentaopms!1328
This commit is contained in:
@@ -528,7 +528,7 @@ class commonModel extends model
|
|||||||
$attr = "class='iframe' data-width='650px'";
|
$attr = "class='iframe' data-width='650px'";
|
||||||
break;
|
break;
|
||||||
case 'project':
|
case 'project':
|
||||||
if(!defined('TUTORIAL'))
|
if(isset($config->maxVersion) and!defined('TUTORIAL'))
|
||||||
{
|
{
|
||||||
$params = "programID=0©ProjectID=0&extra=from=global";
|
$params = "programID=0©ProjectID=0&extra=from=global";
|
||||||
$createMethod = 'createGuide';
|
$createMethod = 'createGuide';
|
||||||
|
|||||||
@@ -220,7 +220,6 @@ $lang->project->currencySymbol['SGD'] = 'S$';
|
|||||||
|
|
||||||
$lang->project->modelList['scrum'] = "Scrum";
|
$lang->project->modelList['scrum'] = "Scrum";
|
||||||
$lang->project->modelList['waterfall'] = "CMMI";
|
$lang->project->modelList['waterfall'] = "CMMI";
|
||||||
$lang->project->modelList['kanban'] = "Kanban";
|
|
||||||
|
|
||||||
$lang->project->featureBar['all'] = 'All';
|
$lang->project->featureBar['all'] = 'All';
|
||||||
$lang->project->featureBar['doing'] = 'Going';
|
$lang->project->featureBar['doing'] = 'Going';
|
||||||
|
|||||||
@@ -220,7 +220,6 @@ $lang->project->currencySymbol['SGD'] = 'S$';
|
|||||||
|
|
||||||
$lang->project->modelList['scrum'] = "Scrum";
|
$lang->project->modelList['scrum'] = "Scrum";
|
||||||
$lang->project->modelList['waterfall'] = "瀑布";
|
$lang->project->modelList['waterfall'] = "瀑布";
|
||||||
$lang->project->modelList['kanban'] = "看板";
|
|
||||||
|
|
||||||
$lang->project->featureBar['all'] = '所有';
|
$lang->project->featureBar['all'] = '所有';
|
||||||
$lang->project->featureBar['doing'] = '进行中';
|
$lang->project->featureBar['doing'] = '进行中';
|
||||||
|
|||||||
@@ -632,7 +632,7 @@ class projectModel extends model
|
|||||||
/**
|
/**
|
||||||
* Get project pairs by model and project.
|
* Get project pairs by model and project.
|
||||||
*
|
*
|
||||||
* @param string $model all|scrum|waterfall|kanban
|
* @param string $model all|scrum|waterfall
|
||||||
* @param int $programID
|
* @param int $programID
|
||||||
* @access public
|
* @access public
|
||||||
* @return array
|
* @return array
|
||||||
|
|||||||
Reference in New Issue
Block a user