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.




Turn off inline editing?

web-app

Is it possible in 3.6.3? For the issue summaries on issues.aspx ? Thanks

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

Yes, but only by changing the Controls\IssuesGridUC.ascx page:

Comment or remove this line:
InlineEdit($('.summary'), url + "Methods/IssueUpdate.ashx?action=updateIssue&attr=title", 'images/ajax_progress.gif', true, 50, 250, false, url + "Methods/IssueUpdate.ashx?action=edit");


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

[quote user="MarkWing"]Yes, but only by changing the Controls\IssuesGridUC.ascx page:

Comment or remove this line:
InlineEdit($('.summary'), url + "Methods/IssueUpdate.ashx?action=updateIssue&attr=title", 'images/ajax_progress.gif', true, 50, 250, false, url + "Methods/IssueUpdate.ashx?action=edit");
[/quote]

Perfection. Thanks!


mumbles
· 1
mumbles