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.




Need version affected field to be required

items

Can we make the version affected field in Gemini a required field?

VersionAffect.png ]
ToomCPE12
· 1
ToomCPE12
Replies (1)
helpful
1
not helpful

Yes, you will have to change the Controls\IssueUC.ascx file and add the required class:

<td class="web-form-input"><asp:ListBox ID="lbAffectedVer" runat="server" Width="300px" DataValueField="versionID" DataTextField="versionName" SelectionMode="Multiple" CssClass="{required: true}"></asp:ListBox></td>
··· It works for me now, Thanks.ToomCPE12Tuesday, May 15, 2012, 9:40:45 AM

Mark Wing
· 9108
Mark Wing