Author: jfthomps
Date: Fri Oct 28 16:14:24 2016
New Revision: 1767038
URL: http://svn.apache.org/viewvc?rev=1767038&view=rev
Log:
VCL-995 - Unable to change server reservation name if schedule no longer
available
(forgot to include message about requests.js in last commit)
requests.js:
-modified showSuggestedTimesCB, editReservationCB, hideEditResDlg,
resetEditResBtn, and resGone - set innerHTML for editResDlgPartialMsg to ''
-modified submitEditReservationCB: if status is not success and partialupdate
exists in returned data, set innerHTML of editResDlgPartialMsg to contents of
partialupdate
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=1767038&r1=1767037&r2=1767038&view=diff
==============================================================================
--- vcl/trunk/web/js/requests.js (original)
+++ vcl/trunk/web/js/requests.js Fri Oct 28 16:14:24 2016
@@ -1796,4 +1796,3 @@ function previewClickThroughCB(data, ioA
dojo.byId('clickthroughPreviewDlgContent').innerHTML = data.items.text;
dijit.byId('clickthroughpreviewdlg').show();
}
-