Subversion Repositories DevTools

Rev

Rev 5590 | Rev 6371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5590 Rev 5957
Line 73... Line 73...
73
<%
73
<%
74
'------------ Action Requirements -------------------
74
'------------ Action Requirements -------------------
75
Call Get_Pkg_Short_Info(  parPv_id, NULL, NULL, NULL, NULL, NULL, isDLocked )
75
Call Get_Pkg_Short_Info(  parPv_id, NULL, NULL, NULL, NULL, NULL, isDLocked )
76
If isDLocked = "Y" Then
76
If isDLocked = "Y" Then
77
	' Move to Acceptance id package is locked
77
	' Move to Acceptance id package is locked
-
 
78
    Call Destroy_All_Objects
78
	Response.Redirect( "_wform_update_unit_test_acceptance.asp?test_id="& Request("test_id") &"&pv_id="& parPv_id &"&rtag_id="& parRtag_id  )
79
	Response.Redirect( "_wform_update_unit_test_acceptance.asp?test_id="& Request("test_id") &"&pv_id="& parPv_id &"&rtag_id="& parRtag_id  )
79
End If
80
End If
80
 
81
 
81
Call Get_This_Unit_Test ( parTest_id, parPv_id, rsQry )
82
Call Get_This_Unit_Test ( parTest_id, parPv_id, rsQry )
82
Call Get_Pkg_Short_Info(  Request("pv_id"), NULL, sPkgName, sPkgVersion, NULL, NULL, NULL )
83
Call Get_Pkg_Short_Info(  Request("pv_id"), NULL, sPkgName, sPkgVersion, NULL, NULL, NULL )
Line 185... Line 186...
185
  <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
186
  <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
186
  <input type="hidden" name="test_type_id" value="<%=rsQry("test_types_fk")%>">
187
  <input type="hidden" name="test_type_id" value="<%=rsQry("test_types_fk")%>">
187
</form>
188
</form>
188
</body>
189
</body>
189
</html>
190
</html>
190
 
-
 
191
<!-- DESTRUCTOR ------->
191
<!-- DESTRUCTOR ------->
192
<!--#include file="common/destructor.asp"-->
192
<!--#include file="common/destructor.asp"-->
193
193