Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Would be nice to have an additional filter drop down on the tickets view so that you could only view tickets associated to X activity.
This is helpful when filtered to a project with 100 tickets for example, but maybe only 4 of them are in an activity you're assigned to work on.
The advanced filter can do this. 😉
Cannot put all desirable filter fields directly on screen. :S
But it is highly used?
The advanced filter you'd have to setup for each project, and for each activity you want to filter, this could result in 100's or 1000's of advanced filters? :whistle:
But it is highly used?
Not on my point of view as I mostly filter on Responsible.
Maybe on yours...
The advanced filter you'd have to setup for each project, and for each activity you want to filter, this could result in 100's or 1000's of advanced filters?
I don't think.
You should define a filter with amongst operator, selecting all the desired activities.
Then one filter or one per projet may be enough.
Or maybe I don't understand the resquest.
Hi Babynus,
Do you think something like a filter field at the top of each column in objectDetail.php could be implemented ?
I was thinking of doing it, but my concern are for jsonQuery.php and the multitude of column names.
cu
Do you think something like a filter field at the top of each column in objectDetail.php could be implemented ?
Yes it could 😉
I was thinking of doing it, but my concern are for jsonQuery.php and the multitude of column names.
Well, you would not have to deal with jsonQuery.php.
Just a filter on the data store can do the job, in full javascript.
(maybe some ideas can be found is refreshJsonList() js function)
But sure you'd have to deal with columns...
Thx for the tip, perhaps I'll work on it, but it is not a priority right now..
