Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8165

Prefer global README over ERROR: No README data found!

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • None
    • None
    • None

    Description

      We had temporarily published a com.blackberry.app@1.9.0, with a README.md, then we unpublished it. That left a

      $scope.readme = marked($scope.data.readme);

      Unfortunately, it's clobbered by:

      $scope.$watch('currentVersion', function(){
      if($scope.versions){
      $scope.readme = marked($scope.versions[$scope.currentVersion].readme);

      That should only be clobbered if the value of $scope.versions[$scope.currentVersion].readme isn't "ERROR: No README data found!"

      Attachments

        Activity

          People

            Unassigned Unassigned
            jsoref Josh Soref
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: