Merge branch dev/task-144273 of zentao/zentaopms (#9085)
This commit is contained in:
@@ -221,7 +221,7 @@ function checkBudget()
|
||||
window.checkProjectInfo = function()
|
||||
{
|
||||
const programID = $('[name=parent]').val();
|
||||
if(programID == 0)
|
||||
if(programID == 0 && !$('#copyProjectModal').length)
|
||||
{
|
||||
$('[name=budget]').removeAttr('placeholder');
|
||||
$('#dateTip').addClass('hidden');
|
||||
|
||||
@@ -141,4 +141,4 @@ foreach($lang->story->typeList as $key => $text)
|
||||
}
|
||||
|
||||
$fields->field('taskDateLimit')->control(array('control' => 'radioList', 'items' => $lang->project->taskDateLimitList, 'name' => 'taskDateLimit'));
|
||||
$fields->field('storyType')->control(array('control' => 'checkBox', 'items' => $storyTypeList, 'name' => 'storyType[]'));
|
||||
$fields->field('storyType')->control(array('control' => 'checkBox', 'items' => $storyTypeList, 'name' => 'storyType[]'));
|
||||
|
||||
Reference in New Issue
Block a user