<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects."
   href="https://bugs.webkit.org/show_bug.cgi?id=148188#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects."
   href="https://bugs.webkit.org/show_bug.cgi?id=148188">bug 148188</a>
              from <span class="vcard"><a class="email" href="mailto:jmarcell&#64;apple.com" title="Jason Marcell &lt;jmarcell&#64;apple.com&gt;"> <span class="fn">Jason Marcell</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=259400&amp;action=diff" name="attach_259400" title="=Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects.">attachment 259400</a> <a href="attachment.cgi?id=259400&amp;action=edit" title="=Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects.">[details]</a></span>
=Make Dashboard.Branches be objects of the form {repository, branchName} and update existing code to work with these new objects.

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=259400&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=259400&amp;action=review</a>

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:212
&gt; +                key = repository.name;</span >

This should be 'repositoryName'

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:215
&gt;              this.revision[repository] = parseRevisionProperty(revisionProperty, key, fallbackKey);</span >

This should be
this.revision[repositoryName] ...

I'll upload a new patch that addresses these two issues.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>