Merge branch '15.5' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.5
This commit is contained in:
@@ -9,7 +9,7 @@ $(function()
|
||||
$td.find('a').eq(0).css('max-width', $td.width() - labelWidth - 60);
|
||||
});
|
||||
|
||||
toggleFold('#projectTaskForm', unfoldTasks, executionID, 'project');
|
||||
toggleFold('#executionTaskForm', unfoldTasks, executionID, 'project');
|
||||
|
||||
adjustTableFooter();
|
||||
$('body').on('click', '#toggleFold', adjustTableFooter);
|
||||
|
||||
+1
-1
@@ -327,7 +327,7 @@ class mrModel extends model
|
||||
$todo->assignedBy = $this->app->user->account;
|
||||
$todo->date = date("Y-m-d", strtotime($rawTodo->target->created_at));
|
||||
$todo->assignedDate = $rawTodo->target->created_at;
|
||||
$todo->begin = ceil(date("Hi", strtotime($rawTodo->target->created_at))/10)*10;
|
||||
$todo->begin = '2400'; /* 2400 means begin is 'undefined'. */;
|
||||
$todo->end = '2400'; /* 2400 means end is 'undefined'. */
|
||||
$todo->type = 'custom';
|
||||
$todo->idvalue = $rawTodo->id;
|
||||
|
||||
Reference in New Issue
Block a user