#4303 Fix tasks url creation
Merged 3 days ago by tkopecek. Opened 2 months ago by tkopecek.
tkopecek/koji issue4302  into  master

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

        <th>ID</th><td>$user.id</td>

      </tr>

      <tr>

-       <th>Tasks</th><td><a href="tasks?$util.passthrough($self, 'owner')&state=all">$taskCount</a></td>

+       <th>Tasks</th><td><a href="tasks?state=all$util.passthrough($self, 'owner')">$taskCount</a></td>

      </tr>

      <tr>

        <th id="packagelist">Packages</th>

lgtm

Verified issue and fix with local testing.

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

2 months ago

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

3 days ago

Commit 6113ef7 fixes this pull-request

Pull-Request has been merged by tkopecek

3 days ago
Metadata