You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/03/13 17:26:39 UTC

svn commit: r1666504 - /vcl/trunk/web/js/requests.js

Author: jfthomps
Date: Fri Mar 13 16:26:39 2015
New Revision: 1666504

URL: http://svn.apache.org/r1666504
Log:
VCL-834 - Disable timeout for disconnected users is meaningless for imaging reservations

I listed the wrong JIRA issue in the last commit. I added a newline at the bottom of the file to do another commit.

requests.js: modified selectResType: only show "Disable timeout for disconnected users" for basic reservations; previously it was shown for basic and imaging reservations; imaging reservations are not timed out when users are disconnected. So, having this option for them didn't make sense.

Modified:
    vcl/trunk/web/js/requests.js

Modified: vcl/trunk/web/js/requests.js
URL: http://svn.apache.org/viewvc/vcl/trunk/web/js/requests.js?rev=1666504&r1=1666503&r2=1666504&view=diff
==============================================================================
--- vcl/trunk/web/js/requests.js (original)
+++ vcl/trunk/web/js/requests.js Fri Mar 13 16:26:39 2015
@@ -1761,3 +1761,4 @@ function previewClickThroughCB(data, ioA
 	dojo.byId('clickthroughPreviewDlgContent').innerHTML = data.items.text;
 	dijit.byId('clickthroughpreviewdlg').show();
 }
+