- In the "Quick stats" table of the home page, the link "working" display all bugs and not bug in "working" status.
- There is the same issue in the "Query Bugs" page. The filter with the status "working" doesn't work.
- Minor issue, the links in the shortcuts
"Bugs assigned to me: 5 / 1 | Bugs reported by me: 4 / 1" doesn't care of this new status.
Bye.
PS: I enjoy use your phpbt ! Good Job ! I will be aware of this project ... :)
Sorry for my poor english.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found my error. I have forgot to set the status id to 8.
And about the "Bugs assigned ...", i have add a row in the table phpbt_configuration with varname "BUG_WORKING" and used it in include.php for the define of 'OPEN_BUG_STATUSES'
It's great now ! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it safe to add a new bug status in my DB table phpbt_status such as "working" for all bug currently handled by a developper ?
Thx in advance !
Yup
Thx
I have tried it and give up for 3 reasons :
- In the "Quick stats" table of the home page, the link "working" display all bugs and not bug in "working" status.
- There is the same issue in the "Query Bugs" page. The filter with the status "working" doesn't work.
- Minor issue, the links in the shortcuts
"Bugs assigned to me: 5 / 1 | Bugs reported by me: 4 / 1" doesn't care of this new status.
Bye.
PS: I enjoy use your phpbt ! Good Job ! I will be aware of this project ... :)
Sorry for my poor english.
I found my error. I have forgot to set the status id to 8.
And about the "Bugs assigned ...", i have add a row in the table phpbt_configuration with varname "BUG_WORKING" and used it in include.php for the define of 'OPEN_BUG_STATUSES'
It's great now ! :)