Menu

#328 v1.0rc6 Postgresql Statuses

v1.0rc5
open
None
5
2005-10-06
2005-09-05
Kris
No

Admin cannot view and edit status list.
To resolve problem you have to edit
inc/db/pgsql.php line 42

query admin-list-statuses, adding in group section
fieldname "bug_open"

It has to be:
select s.status_id, status_name, status_desc,
sort_order, bug_open,
count(bug_id) as bug_count
from phpbt_status s
left join phpbt_bug using (status_id)
group by s.status_id, status_name,
status_desc, sort_order, bug_open
order by sort_order asc

Discussion

  • Ulf Erikson

    Ulf Erikson - 2005-10-06
    • assigned_to: nobody --> bcurtis
     
  • Ulf Erikson

    Ulf Erikson - 2005-10-06

    Logged In: YES
    user_id=592447

    Thanks,
    I have added this to CVS head.

    Benjamin, do you want this on v1.0.x branch as well?

     

Log in to post a comment.