Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1380

DropBox Velocity Template Incorrect Variable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 2.6
    • ManifoldCF 2.7
    • Dropbox connector
    • 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.

      Attachments

        1. CONNECTORS-1380.patch
          1 kB
          Kishore Kumar

        Activity

          People

            kishorekumar Kishore Kumar
            kishorekumar Kishore Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: