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?
Customizing ROLES and Priority
Moderators: Developer, Contributor
Re: Customizing ROLES and Priority
Sorry but using dafault english and customizing files
but on roles I got @60@.
I've created custom_string_inc.php with:
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'; }