#1923 web: fix typo - the param[0] is tag, not target
Merged 4 years ago by tkopecek. Opened 4 years ago by julian8628.
julian8628/koji web-typo-waitrepo  into  master

file modified
+1 -1
@@ -273,7 +273,7 @@ 

          <strong>Build Target:</strong> <a href="buildtargetinfo?name=$params[1]">$params[1]</a><br/>

          $printOpts($params[2])

          #elif $task.method == 'waitrepo'

-         <strong>Build Target:</strong> $params[0]<br/>

+         <strong>Build Tag:</strong> $params[0]<br/>

          #if $params[1]

          <strong>Newer Than:</strong> $params[1]<br/>

          #end if

Maybe 'Build Tag' is more exact? It is always taken from target configuration, so it should be buildtag always.

rebased onto cfb5cc5

4 years ago

Maybe 'Build Tag' is more exact? It is always taken from target configuration, so it should be buildtag always.

updated

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago

Commit d7e8349 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago