put packageID into the linkURL as well
This commit is contained in:
parent
79978d3626
commit
c597f4c574
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
#if $user
|
||||
#silent $query.append('userID=%i' % $user.id)
|
||||
#end if
|
||||
#if $package
|
||||
#silent $query.append('packageID=%i' % $package.id)
|
||||
#end if
|
||||
#if $query
|
||||
#echo '%s/%s?%s' % ($weburl, 'builds', '&'.join($query))
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue