Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Deleting Categories

web-app

When creating a new issue, we do not need 'Issue Visibility"; however, when I delete the code for it  inside the createissue.aspx file, the createissue call fails.  Any ideas??

geminimaster
· 1
geminimaster
Replies (1)
helpful
0
not helpful

You can not delete it. Simply remark it:

 

<!--    <TR>
     <TD class="webFormSimpleLabel4" vAlign="middle" align="right">
      <asp:Label id="lblIssueVisibility" runat="server">Issue Visibility</asp:Label></TD>
     <TD class="webFormSimpleItem" vAlign="top">
      <asp:dropdownlist id="cboVisibility" runat="server" Width="120px">
       <asp:ListItem Value="0">Public</asp:ListItem>
       <asp:ListItem Value="1">Private</asp:ListItem>
      </asp:dropdownlist></TD>
    </TR> -->


Mark Wing
· 9108
Mark Wing