From ee410ee1b320ad9fc5066afd1534c944dedc184d Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期日, 25 八月 2024 18:20:14 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuThermalTrialRatio_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
similarity index 73%
rename from _Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuThermalTrialRatio_OnClick.def
rename to _Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
index c85b4f6..46b6cd4 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuThermalTrialRatio_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormRoutings/Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick.def
@@ -2,12 +2,12 @@
#parent: ListRoutings
Response OnClick (
Routing selection
-) id:Response_ListRoutings_MenuThermalTrialRatio_OnClick
+) id:Response_MacroPlanner_ListRoutings_MenuHotTestRatio_OnClick
{
#keys: '[415136.0.761890849]'
CanBindMultiple: false
DefinitionID => /ListRoutings/Responsedef_ListRoutings_WebMenu_OnClick
- Initiator: 'MenuThermalTrialRatio'
+ Initiator: 'MenuHotTestRatio'
Precondition:
[*
return MacroPlan::HasMacroPlan( DataHolderActiveScenario.Data(), feedback );
@@ -16,7 +16,7 @@
{
Body:
[*
- dlg := construct( DialogCreateEditThermalTrialRatio );
+ dlg := construct( DialogCreateEditHotTestRatio );
dlg.New( selection, FormRoutings );
*]
GroupServerCalls: false
--
Gitblit v1.9.3