Bug 445586
| Summary: | IssueTracker extension in 3.2 should have config options display in editparams.cgi | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | David Lawrence <dkl> | ||||
| Component: | Administration | Assignee: | PnT DevOps Devs <hss-ied-bugs> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.2 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-05-28 03:30:27 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 406071 | ||||||
| Attachments: |
|
||||||
|
Description
David Lawrence
2008-05-07 19:22:48 UTC
Created attachment 304799 [details]
Patch to allow IssueTracker extensions params to be edited by editparams.cgi (v1)
Comment on attachment 304799 [details]
Patch to allow IssueTracker extensions params to be edited by editparams.cgi (v1)
Hi Dave,
Patch looks good and works nicely ,, only one little typo:
+[% param_descs = {
+ useissuetracker => 'If this option is on, a field will display that will
allow issue tracker id\'s to be' _
need a whitespace after to be ' _
(In reply to comment #2) > (From update of attachment 304799 [details] [edit]) > +[% param_descs = { > + useissuetracker => 'If this option is on, a field will display that will > allow issue tracker id\'s to be' _ > > need a whitespace after to be ' _ Thanks for the review Noura. I have fixed the error and checked into CVS. Dave |