Kishore Kumar created CONNECTORS-1380:
-----------------------------------------

             Summary: DropBox Velocity Template Incorrect Variable
                 Key: CONNECTORS-1380
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1380
             Project: ManifoldCF
          Issue Type: Bug
          Components: Dropbox connector
    Affects Versions: ManifoldCF 2.6
            Reporter: Kishore Kumar
            Assignee: Kishore Kumar


Just noticed a single velocity template variable conflict in  Dropbox connector 
*editSpecification.js*

{code:javascript}
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;
}
{code}

This bug is preventing to change tab when creating a job for dropbox. Will add 
a fix to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to