Subversion Repositories DevTools

Rev

Rev 3616 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3616 Rev 3959
Line 410... Line 410...
410
 
410
 
411
   rsTemp.Edit
411
   rsTemp.Edit
412
 
412
 
413
   ' Only update build critical sections (label, source path) if allowed
413
   ' Only update build critical sections (label, source path) if allowed
414
   If criticalSectionIsEditable Then
414
   If criticalSectionIsEditable Then
415
 
-
 
416
      If (objFormCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) OR _
-
 
417
         (objFormCollector.Item("vcs_tag") = enum_VCS_CVS_TAG) Then
-
 
418
        rsTemp.Fields("pkg_label").Value = SSLabel
-
 
419
      ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_SUBVERSION_TAG) and isWIP Then
-
 
420
        rsTemp.Fields("pkg_label").Value = SSLabel
415
      rsTemp.Fields("pkg_label").Value = SSLabel
421
      Else
-
 
422
        rsTemp.Fields("pkg_label").Value = "N/A"
-
 
423
      End If
-
 
424
 
-
 
425
      rsTemp.Fields("src_path").Value = SSPath
416
      rsTemp.Fields("src_path").Value = SSPath
426
   End If
417
   End If
427
 
418
 
428
   ' Update non-build critical sections
419
   ' Update non-build critical sections
429
   rsTemp.Fields("pv_description").Value = SSdesc
420
   rsTemp.Fields("pv_description").Value = SSdesc
Line 908... Line 899...
908
                  <td nowrap background="images/bg_form_lightbluedark.gif">
899
                  <td nowrap background="images/bg_form_lightbluedark.gif">
909
                     <% Call RenderVCSCombo(objFormCollector.Item("vcs_tag"))%>
900
                     <% Call RenderVCSCombo(objFormCollector.Item("vcs_tag"))%>
910
                  </td>
901
                  </td>
911
               </tr>
902
               </tr>
912
 
903
 
-
 
904
               <!--- Source Path ---------------------------------------------->
913
               <%If (objFormCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) Then%>
905
               <%If (objFormCollector.Item("vcs_tag") = enum_VCS_CLEARCASE_TAG) Then%>
914
 
906
 
915
                  <tr>
907
                  <tr>
916
                     <td>&nbsp;</td>
908
                     <td>&nbsp;</td>
917
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>
909
                     <td valign="top" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Source Path<%=Quick_Help ( "src_path" )%></td>