* Finish task #37014.
This commit is contained in:
@@ -52,7 +52,7 @@ $(function()
|
||||
if(preIndex >= 0) blockTitle = blockTitle.substring(0, preIndex);
|
||||
|
||||
var lang = config.clientLang;
|
||||
if(blockTitle.indexOf(of) < 0) lang.indexOf('zh') >= 0 ? $titleInput.val(preValue + of + blockTitle) : $titleInput.val(blockTitle + of + preValue);
|
||||
if(!title && blockTitle.indexOf(of) < 0) lang.indexOf('zh') >= 0 ? $titleInput.val(preValue + of + blockTitle) : $titleInput.val(blockTitle + of + preValue);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -148,6 +148,10 @@ $lang->block->default['scrum']['project']['2']['title'] = $lang->executionCommon
|
||||
$lang->block->default['scrum']['project']['2']['block'] = 'scrumlist';
|
||||
$lang->block->default['scrum']['project']['2']['grid'] = 8;
|
||||
|
||||
$lang->block->default['scrum']['project']['2']['params']['type'] = 'undone';
|
||||
$lang->block->default['scrum']['project']['2']['params']['count'] = '20';
|
||||
$lang->block->default['scrum']['project']['2']['params']['orderBy'] = 'id_desc';
|
||||
|
||||
$lang->block->default['scrum']['project']['3']['title'] = '待测版本';
|
||||
$lang->block->default['scrum']['project']['3']['block'] = 'scrumtest';
|
||||
$lang->block->default['scrum']['project']['3']['grid'] = 8;
|
||||
|
||||
@@ -42,5 +42,6 @@ include '../../common/view/chosen.html.php';
|
||||
</form>
|
||||
<?php js::set('blockID', $blockID);?>
|
||||
<?php js::set('of', $lang->block->of);?>
|
||||
<?php js::set('title', isset($block->title) ? $block->title : '');?>
|
||||
<?php if(!empty($module)) js::set('module', $module);?>
|
||||
<?php if(isset($pageJS)) js::execute($pageJS);?>
|
||||
|
||||
Reference in New Issue
Block a user