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.




Customing Issue Creating Form

web-app

Hi, my company is using a really old version of Gemini (2.0.5) and I'm in the process of testing out the upgrade procedure from 2.0.5 to 3.1.2.

Everything went fine, however in the old version I hacked the CreateIssue.aspx form so that some of the fields don't show up as we use Gemini as a customer-facing application and they really have no need to see all the fields that show up in the create issue form.

I'm trying to do this in the latest version and I have it mostly figured out (hacking up IssueUC.ascx).  What we want is only the following fields to show up:

Projects:
Issue Title:
Detailed Description:
Issue Severity:
Attachment:

I've got it down to the following fields:

Projects:
Issue Title:
Detailed Description:
Issue Severity:
Start Date:
Due Date:
Reported By:
Attachment:

If I commented out the Start Date, Due Date or Reported By fields I get the following javascript error:

Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element
Sys$CultureInfo$getAbbrMonthIndex("")ScriptRe...018296036 (line 5762)
ScriptResource.axd?d=og2vfEMERhFIQWcvgZdxO3Ebrg8a4qv4Syaep2wlBm9to2pzU3x7rqkT1hlaVkuz0&t=633681588800000000()()ScriptRe...800000000 (line 892)
[Break on this error] this.
upperAbbrMonths = this...s.dateTimeFormat.AbbreviatedMonthNames);

And then I can no longer type in the RAD editor's textbox.

If I delete the telerik:datepicker stuff from the Start Date and End Date fields and then comment them out I don't receive the javascript error and I'm able to type in the RAD editor's textbox however when I submit the issue it doesn't submit and it comes back to the issue creation screen with the values filled in still.

Is there an easier way to do this?  I didn't see anything in the backend to customize the form (I thought this was part of 3.1 though).  And can anybody point me in the right direction to hide the Start Date, End Date and Reported By fields?

Thanks!


Rene

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

Yes, in 3.x we have field visibility schemes that control which field is visible on issue create, edit and view. So all you have to do is create field visibility scheme(s) and assign them to the issue types by editing each issue type.


Saar Cohen
· 5000
Saar Cohen