bug_tracker::search::patch::url (private)
bug_tracker::search::patch::url patch_id
Defined in packages/bug-tracker/tcl/bug-search-procs.tcl
returns a URL for a given patch_id
- Parameters:
- patch_id (required)
- Author:
- Jeff Davis davis@xarg.net
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {[db_0or1row get {select project_id, patch_number from bt_patches where patch_id = :patch_id}]} { return "[ad_url][apm_package_url_from_id $project_id]patch?patch_number=$patch_number" } else { error "bug_id $bug_id not found" }XQL Not present: Generic, PostgreSQL, Oracle