[ 
https://issues.apache.org/jira/browse/CONNECTORS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kishore Kumar resolved CONNECTORS-1380.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: ManifoldCF 2.7

r1783791 (trunk)

> 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
>             Fix For: ManifoldCF 2.7
>
>
> 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