修改公司级看板只显示在建的项目
This commit is contained in:
@@ -151,8 +151,8 @@ namespace FineUIPro.Web.TestRun
|
||||
options.Hidden = true;
|
||||
optio.Hidden = true;
|
||||
plApprove2.Hidden = true;
|
||||
txtCode.Text = SQLHelper.RunProcNewId2("SpGetNewCode3ByProjectId",
|
||||
"dbo.Solution_TestRunConstructSolution", "Code", CurrUser.LoginProjectId);
|
||||
//txtCode.Text = SQLHelper.RunProcNewId2("SpGetNewCode3ByProjectId",
|
||||
// "dbo.Solution_TestRunConstructSolution", "Code", CurrUser.LoginProjectId);
|
||||
this.txtSolutionType.Text = TestRunConstructSolutionService.ConvertSolutionType(Request.Params["SolutionType"]);
|
||||
this.hdSolutionType.Text = Request.Params["SolutionType"];
|
||||
TestRunConstructSolutionService.Init(drpHandleType, Const.TestRunConstructSolution_Compile, false);
|
||||
|
||||
Reference in New Issue
Block a user