| Line 38... |
Line 38... |
| 38 |
<%
|
38 |
<%
|
| 39 |
'----------------------- MAIN LINE ---------------------------
|
39 |
'----------------------- MAIN LINE ---------------------------
|
| 40 |
|
40 |
|
| 41 |
'--- Process submission ---
|
41 |
'--- Process submission ---
|
| 42 |
If ( parRtag_id <> "") AND (parPv_id <> "") Then
|
42 |
If ( parRtag_id <> "") AND (parPv_id <> "") Then
|
| - |
|
43 |
|
| - |
|
44 |
If NOT canAddToRelease(Request("rtag_id"),Request("pv_id") ) Then
|
| - |
|
45 |
Call RaiseMsg ( enum_MSG_ERROR, _
|
| - |
|
46 |
"<h3>Cannot progress a package that is a part of an SDK.</h3>" &_
|
| - |
|
47 |
"<p>If the package is a WIP, then consider moving it to a different Release." _
|
| - |
|
48 |
)
|
| - |
|
49 |
End If
|
| - |
|
50 |
|
| 43 |
If PUBLIC_ApproveRelease (parRtag_id, parPv_id, retParameters, FALSE) = TRUE Then
|
51 |
If PUBLIC_ApproveRelease (parRtag_id, parPv_id, retParameters, FALSE) = TRUE Then
|
| 44 |
If parRfile <> "" Then
|
52 |
If parRfile <> "" Then
|
| 45 |
Response.Redirect ( parRfile &"?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
|
53 |
Response.Redirect ( parRfile &"?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
|
| 46 |
Else
|
54 |
Else
|
| 47 |
Response.Redirect ( "dependencies.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
|
55 |
Response.Redirect ( "dependencies.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
|