Need Customization - Predefined Categories + Languages

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
iqpro
Posts: 4
Joined: 15 Nov 2007, 17:50

Need Customization - Predefined Categories + Languages

Post by iqpro »

Hi,
i need somebody to do a customization to the latest mantis version. the customaziation should be done in the way that allows to accept future updates as well.

what is the idea of the customization:
you might want to define what kind of tickets a single supporter can see. two major aspects are his language and his specialization. so you might want to limit his tickets to certain languages and certain categories. i know you can already do that in the filter. but he can still change the filter and afterwards see all tickets again and within "My View" it is not even possible to apply a filter.

so what i need is the option for the manager to predefine filter for each separate supporter that limits the visible tickets for him. this filter should being applied on "My View" and "View Issues".

is there anybody who can help me with that?
please write to webmaster $ @ $ iq-internetservice. $ com (without spaces and $)

thanks a lot. :roll:

regards
thomas :roll: :roll:
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Re: Need Customization - Predefined Categories + Languages

Post by ikutluay »

you should manually change the php sources. you must edit "select " query in the sources and "do that like this"..

Code: Select all

select * from bugs where "employeebumber="xxx"; 
you have to get user id from user table. please check the fieldname also. this should work.
iqpro
Posts: 4
Joined: 15 Nov 2007, 17:50

Re: Need Customization - Predefined Categories + Languages

Post by iqpro »

Hi,

will the code be able to accept future updates after this change?

regards
thomas
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Re: Need Customization - Predefined Categories + Languages

Post by ikutluay »

for my self i allways write my modification for future purposes...

in this situation the answer is you have manually update this patches for everytime: or if they are useful mantis team will use the code then so no manual update necessary.
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Re: Need Customization - Predefined Categories + Languages

Post by ikutluay »

for my self i allways write my modification for future purposes...

in this situation the answer is you have manually update this patches for everytime: or if they are useful mantis team will use the code then so no manual update necessary.
ikutluay
Posts: 60
Joined: 20 Mar 2007, 07:21
Location: www.ibrahimkutluay.net/blog
Contact:

Re: Need Customization - Predefined Categories + Languages

Post by ikutluay »

for my self i allways write my modification for future purposes...

in this situation the answer is you have manually update this patches for everytime: or if they are useful mantis team will use the code then so no manual update necessary.
iqpro
Posts: 4
Joined: 15 Nov 2007, 17:50

Re: Need Customization - Predefined Categories + Languages

Post by iqpro »

how to propose things like that to the mantis team?
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Need Customization - Predefined Categories + Languages

Post by vboctor »

You will need to submit a feature request in the bug tracker. However, I haven't had this request before, so I am not sure how much demand will be for this feature.
Migrate your MantisBT to the MantisHub Cloud
Post Reply