Subversion Repositories DevTools

Rev

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

Rev 6695 Rev 6696
Line 542... Line 542...
542
   bHideRepeat = False
542
   bHideRepeat = False
543
Else
543
Else
544
   bHideRepeat = True
544
   bHideRepeat = True
545
End If
545
End If
546
 
546
 
547
' Call some 'Get' procedures without HTML generation to determine the values of parProj_id, par_Rtag_id, and parPv_id
-
 
548
' in case they are not currently present in the query string. This will then allow the use of the ReleasesAvailable() and
-
 
549
' DaemonsAvailable() functions further below to hide the form submit button.
-
 
550
' It will also support the submit action itself when it takes place during the editing of an existing record where
-
 
551
' the user changes (for example) the project without making any changes to release or package and so those items
-
 
552
' are nullified and must be reset to something other than their original values that came through the query string
-
 
553
' when the edit form was just opened.
-
 
554
'Call Get_Projects(parProj_id)                  ' Ensures parProj_id has a good value
-
 
555
'Call Get_Releases(parProj_id, parRtag_id)      ' Ensures parRtag_id has a good value
-
 
556
 
-
 
557
'If NOT bHidePackages Then
-
 
558
'   Call Get_Packages (parRtag_id, parPv_id, parOp_code)
-
 
559
'End If
-
 
560
 
-
 
561
' Perform any required actions
547
' Perform any required actions
562
Call performActions
548
Call performActions
563
 
549
 
564
'----------------------------------------------
550
'----------------------------------------------
565
%>
551
%>