Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.6
-
None
Description
Just noticed a single velocity template variable conflict in Dropbox connector editSpecification.js
function s${SeqNum}_checkSpecificationForSave() { if(editjob.s${SeqNum}_dropboxpath.value == "") { alert("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.PathMustNotBeNull'))"); SelectSequencedTab("$Encoder.bodyJavascriptEscape($ResourceBundle.getString('DropboxRepositoryConnector.Server'))",${SEQNUM}); editjob.s${SeqNum}_dropboxpath.focus(); return false; } return true; }
This bug is preventing to change tab when creating a job for dropbox. Will add a fix to trunk.