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.




Making 'Due Date' a required field when creating an issue

admin
usage
items

Hi. When a user creates an issue is it possible to make the 'due date' a required field? If so how do we do this?

User50226
· 1
User50226
Replies (3)
helpful
1
not helpful
ANSWER

You can do it by changing the controls\issueuc.ascx file. Add the reuired class to the due date field: ...asp:TextBox ID="txtEndDate" runat="server" class="{required: true}"


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I've done this but some users are still able to create issues without entereing a due date. Any ideas?


User50226
· 1
User50226
helpful
0
not helpful

It might be because the field is not visible for those users. Can you check that?


Mark Wing
· 9108
Mark Wing