Uploaded image for project: 'Inline Media'
  1. Inline Media
  2. INLINEMEDIA-45

Operation call several times instead of once

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.7.0, 2.0.0
    • 1.7.0
    • None

      The following code in playlist.js:

      var playlistUniqueId = uniqueId;
      if(uniqueId.indexOf('_old') != -1)
      {
      	playlistUniqueId = uniqueId.substring(0, uniqueId.indexOf('_old'));
      }

      ... is called several times (line 92), but it can be execute only one time before calling getJSON jQuery method at line 80.

          [INLINEMEDIA-45] Operation call several times instead of once

          Bérénice Maurel made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Patch available [ 10005 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Assignee Original: Bérénice Maurel [ bmaurel ] New: Laurence Aumeunier [ laurence ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 1.7.0 [ 12480 ]
          Fix Version/s New: 2.0.0 [ 12681 ]
          Bérénice Maurel made changes -
          Assignee Original: Laurence Aumeunier [ laurence ] New: Bérénice Maurel [ bmaurel ]
          Bérénice Maurel made changes -
          Assignee New: Laurence Aumeunier [ laurence ]
          Bérénice Maurel made changes -
          Status Original: Open [ 1 ] New: Patch available [ 10005 ]
          Bérénice Maurel made changes -
          Attachment New: INLINEMEDIA-45.patch [ 17026 ]
          Bérénice Maurel created issue -

            laurence Laurence Aumeunier
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: