|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Modify the GUI to support a single product at a timeHi,
Is it possible to configure the GUI to go to a specific product, so that when you launch Bugzilla you only see one product? Right now when you search for a bug, you have to select the product from a list box. This is ok for a small number of products, but when you have 50 or more products, it becomes cumbersome to scroll through the list for the specific product. Currently to start Bugzilla, we type in "http://sj15lx/bugzilla." What we would like to have is to follow this with the specific product... http://sj15lx/bugzilla/PRODUCT_NAME Bugzilla would then just display only this product in the GUI. Is this possible, does anyone know if someone has modified their GUI for this task. Thanks in Advance Tony Sopranzi _______________________________________________ support-bugzilla mailing list support-bugzilla@... https://lists.mozilla.org/listinfo/support-bugzilla PLEASE put support-bugzilla@... in the To: field when you reply. |
|
|
Re: Modify the GUI to support a single product at a timeShould be easy enough if you use URL rewrite rules in your apache... Or you
can simply hack index.cgi to check for PATH_INFO and redirect the page to http://sj15lx/bugzilla/buglist.cgi?product={PATH_INFO} -Srinivas On Thu, Nov 5, 2009 at 4:49 PM, Tony Sopranzi < tony.sopranzi@...> wrote: > Hi, > Is it possible to configure the GUI to go to a specific product, so that > when you launch Bugzilla you only see one product? > Right now when you search for a bug, you have to select the product > from a list box. This is ok for a small number of products, but when > you have 50 or more products, it becomes cumbersome to scroll through > the list for the specific product. > > Currently to start Bugzilla, we type in "http://sj15lx/bugzilla." > What we would like to have is to follow this with the specific > product... > http://sj15lx/bugzilla/PRODUCT_NAME > > Bugzilla would then just display only this product in the GUI. > > Is this possible, does anyone know if someone has modified their GUI for > this task. > > Thanks in Advance > Tony Sopranzi > _______________________________________________ > support-bugzilla mailing list > support-bugzilla@... > https://lists.mozilla.org/listinfo/support-bugzilla > PLEASE put support-bugzilla@... in the To: field when you > reply. > -- -Srinivas B. _______________________________________________ support-bugzilla mailing list support-bugzilla@... https://lists.mozilla.org/listinfo/support-bugzilla PLEASE put support-bugzilla@... in the To: field when you reply. |
|
|
Re: Modify the GUI to support a single product at a timePerhaps saving a few searches for the product that you want to see would
help? You could create a couple variations of "My Bugs" and share them. Good luck, e. Srinivas B. wrote: > Should be easy enough if you use URL rewrite rules in your apache... Or you > can simply hack index.cgi to check for PATH_INFO and redirect the page to > http://sj15lx/bugzilla/buglist.cgi?product={PATH_INFO} > > -Srinivas > > On Thu, Nov 5, 2009 at 4:49 PM, Tony Sopranzi < > tony.sopranzi@...> wrote: > > >> Hi, >> Is it possible to configure the GUI to go to a specific product, so that >> when you launch Bugzilla you only see one product? >> Right now when you search for a bug, you have to select the product >> from a list box. This is ok for a small number of products, but when >> you have 50 or more products, it becomes cumbersome to scroll through >> the list for the specific product. >> >> Currently to start Bugzilla, we type in "http://sj15lx/bugzilla." >> What we would like to have is to follow this with the specific >> product... >> http://sj15lx/bugzilla/PRODUCT_NAME >> >> Bugzilla would then just display only this product in the GUI. >> >> Is this possible, does anyone know if someone has modified their GUI for >> this task. >> >> Thanks in Advance >> Tony Sopranzi >> _______________________________________________ >> support-bugzilla mailing list >> support-bugzilla@... >> https://lists.mozilla.org/listinfo/support-bugzilla >> PLEASE put support-bugzilla@... in the To: field when you >> reply. >> >> > > > > _______________________________________________ support-bugzilla mailing list support-bugzilla@... https://lists.mozilla.org/listinfo/support-bugzilla PLEASE put support-bugzilla@... in the To: field when you reply. |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |