diff --git a/config/filter.php b/config/filter.php index 46fde65570..62947feb97 100644 --- a/config/filter.php +++ b/config/filter.php @@ -175,7 +175,6 @@ $filter->program->ajaxgetpgmdropmenu->cookie['showClosed'] = 'code'; $filter->project->default->cookie['lastProject'] = 'int'; $filter->project->default->cookie['lastPRJ'] = 'int'; $filter->project->default->cookie['projectMode'] = 'code'; -$filter->project->default->cookie['recentExecutions'] = 'code'; $filter->project->story->cookie['storyModuleParam'] = 'int'; $filter->project->story->cookie['storyPreProjectID'] = 'int'; $filter->project->story->cookie['storyProductParam'] = 'int'; @@ -186,7 +185,6 @@ $filter->project->task->cookie['preProjectID'] = 'int'; $filter->project->task->cookie['productBrowseParam'] = 'int'; $filter->project->task->cookie['projectTaskOrder'] = 'reg::orderBy'; $filter->project->task->cookie['windowWidth'] = 'int'; -$filter->project->task->cookie['recentExecutions'] = 'code'; $filter->project->export->cookie['checkedItem'] = 'reg::checked'; $filter->qa->default->cookie['lastProduct'] = 'int'; diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php index 65b513da25..9de1d6f468 100644 --- a/module/common/view/datatable.html.php +++ b/module/common/view/datatable.html.php @@ -22,7 +22,7 @@ .datatable .flexarea tbody>tr.checked>td:first-child:before, .datatable .fixed-right tbody>tr.checked>td:first-child:before {display: none} .datatable>.scroll-wrapper {z-index: 10;} -.has-fixed-footer .scroll-wrapper {bottom: 89px; position: fixed;} +.has-fixed-footer .scroll-wrapper {bottom: 49px; position: fixed;} .has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out{height:8px;bottom: -8px;} .has-fixed-footer .scroll-wrapper .scroll-slide.scroll-pos-out .bar{height:8px;} .datatable .flexarea thead>tr>th:first-child, diff --git a/module/custom/control.php b/module/custom/control.php index 3cb9e1100f..414aecfdfd 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -507,8 +507,9 @@ class custom extends control $lang = $this->app->getClientLang(); $this->custom->deleteItems("lang=$lang§ion=URSRList&key=$key"); + $defaultConcept = $this->loadModel('setting')->getItem('owner=system&module=custom&key=URSR'); $this->dao->update(TABLE_CONFIG) - ->set('`value`')->eq($this->config->URSR) + ->set('`value`')->eq($defaultConcept) ->where('module')->eq('common') ->andWhere('`key`')->eq('URSR') ->andWhere('`value`')->eq($key) diff --git a/module/upgrade/view/mergebyproduct.html.php b/module/upgrade/view/mergebyproduct.html.php index a062ec39f7..72ae5d589c 100644 --- a/module/upgrade/view/mergebyproduct.html.php +++ b/module/upgrade/view/mergebyproduct.html.php @@ -1,4 +1,7 @@ - +