If an exapmle would be of any help:
I renamed 3 of the existing states and created an additional one. That changed ticket states
from '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed'
to '10:new,20:reopened,30:confirmed,40:deferred,50:assigned, 60:to be tested,80 ...
Search found 4 matches
- 20 Apr 2012, 09:06
- Forum: Customizations
- Topic: Customization of status values
- Replies: 9
- Views: 17546
- 03 Apr 2012, 12:08
- Forum: Customizations
- Topic: LDAP and Mantis login
- Replies: 2
- Views: 4862
Re: LDAP and Mantis login
Hello,
starting with the mentioned recipe I got this running in 1.2.9:
Users, known in ActiveDirectory but not in Mantis, will be created in the Mantis-DB using the email retrieved by LDAP.
Local users allowed. If user isn't found by LDAP, Mantis-DB is asked
If authentication via LDAP fails ...
starting with the mentioned recipe I got this running in 1.2.9:
Users, known in ActiveDirectory but not in Mantis, will be created in the Mantis-DB using the email retrieved by LDAP.
Local users allowed. If user isn't found by LDAP, Mantis-DB is asked
If authentication via LDAP fails ...
- 26 Sep 2011, 15:06
- Forum: Deutsch
- Topic: benutzerdefinierte Felder formatieren
- Replies: 1
- Views: 3966
Re: benutzerdefinierte Felder formatieren
ok, nach einigem Suchen hab' ich die passende Stelle gefunden:
Funktion cfdef_input_checkbox($p_field_def, $t_custom_field_value) in ~core\cdefs\cfdef_standard.php.
Ein schneller hack
function cfdef_input_checkbox($p_field_def, $t_custom_field_value) {
$t_values = explode( '|', custom_field ...
Funktion cfdef_input_checkbox($p_field_def, $t_custom_field_value) in ~core\cdefs\cfdef_standard.php.
Ein schneller hack
function cfdef_input_checkbox($p_field_def, $t_custom_field_value) {
$t_values = explode( '|', custom_field ...
- 13 Sep 2011, 15:50
- Forum: Deutsch
- Topic: benutzerdefinierte Felder formatieren
- Replies: 1
- Views: 3966
benutzerdefinierte Felder formatieren
Hallo,
ich verwende ein benutzerdefiniertes Feld um eine Liste existierender Installationen vorzuhalten. Hier soll markiert werden wo überall das im Ticket beschriebene Problem aufgetreten ist. Mehrfachauswahl muß möglich sein, daher ist der Typ Kontrollkästchen eingestellt. Leider ist die ...
ich verwende ein benutzerdefiniertes Feld um eine Liste existierender Installationen vorzuhalten. Hier soll markiert werden wo überall das im Ticket beschriebene Problem aufgetreten ist. Mehrfachauswahl muß möglich sein, daher ist der Typ Kontrollkästchen eingestellt. Leider ist die ...