Bug 445586 - IssueTracker extension in 3.2 should have config options display in editparams.cgi
Summary: IssueTracker extension in 3.2 should have config options display in editparam...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Administration
Version: 3.2
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: RHBZ30UpgradeTracker
TreeView+ depends on / blocked
 
Reported: 2008-05-07 19:22 UTC by David Lawrence
Modified: 2013-06-24 02:26 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-28 03:30:27 UTC
Embargoed:


Attachments (Terms of Use)
Patch to allow IssueTracker extensions params to be edited by editparams.cgi (v1) (5.74 KB, patch)
2008-05-07 19:22 UTC, David Lawrence
nelhawar: review+
dkl: review? (kbaker)
Details | Diff

Description David Lawrence 2008-05-07 19:22:48 UTC
Support recently landed in upstream CVS that allows extensions to have config
parameters display in editparams.cgi along with the normal Bugzilla config
parameters. I have used this new feature to allow the IssueTracker extension to
modify its params using editparams.cgi.

Added:

extensions/issuetracker/code/config.pl
extensions/issuetracker/lib/Config.pm
extensions/template/en/default/admin/params/issuetracker.pl

Please review
Thanks
Dave

Comment 1 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 2 Noura El hawary 2008-05-09 01:03:33 UTC
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 ' _

Comment 3 David Lawrence 2008-05-09 15:26:43 UTC
(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




Note You need to log in before you can comment on or make changes to this bug.