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.




Make certain fields "Required"

usage
items
time

In the Log Time panel we would like to have the Time Type as a Required item. Right now if the user does not select a Time Type those hours are tagged with a value of NULL and don't seem to show up in the Time Reports. Is this possible?

Thanks, Sean

Sean
· 1
Sean
Replies (2)
helpful
0
not helpful

Which version of Gemini? In 4.x you can change the issue\controls\issuetimelog.ascx file. Add the required class: ...select id="timeType" name="timeType" runat="server" style="width: 150px" DataTextField="TimeTypeName" DataValueField="TimeTypeID" class="{required: true}"/>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Saar, Version 4.1 so your solution shold be what I'm looking for. Thanks!


Sean
· 1
Sean