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

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

    [ https://issues.apache.org/jira/browse/CONNECTORS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875014#comment-15875014 ] 

Karl Wright commented on CONNECTORS-1380:
-----------------------------------------

This looks like a correct patch.  Please go ahead and commit to 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
>
>         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)