You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Kishore Kumar (JIRA)" <ji...@apache.org> on 2017/02/20 20:03:44 UTC

[jira] [Updated] (CONNECTORS-1380) DropBox Velocity Template Incorrect Variable

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

Kishore Kumar updated CONNECTORS-1380:
--------------------------------------
    Attachment: CONNECTORS-1380.patch

Attached patch

> 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
>
>         Attachments: CONNECTORS-1380.patch
>
>
> 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)