Page 1 of 1

Customizing ROLES and Priority

Posted: 02 Dec 2008, 13:44
by |UVI|
Hi to all.


I'd like to customize user roles like "developer/reporter , etc" adding some other new roles. It 's possible?

And same for priority on a issue is possible?

Re: Customizing ROLES and Priority

Posted: 02 Dec 2008, 14:26
by olegos

Re: Customizing ROLES and Priority

Posted: 02 Dec 2008, 15:34
by |UVI|
Sorry but using dafault english and customizing files
but on roles I got @60@.

I've created custom_string_inc.php with:

Code: Select all

if ( lang_get_current() === 'english' ) { $s_access_levels_enum_string = '10:Betrachter,25:Reporter,40:Updater,55:Entwickler,60:Senior Developer,70:Manager,90:Administrator'; }