Ich kann ohne Probleme eine Checkbox im Postmaster-Filter auf checked setzen mit
Wert: 1 (für checked)
Im Gegenzug funktioniert
Wert: 0 für (unchecked)
nicht...
Ist das ein BUG ?
Checkbox per PostMaster-Filter auf unchecked setzen
Checkbox per PostMaster-Filter auf unchecked setzen
1: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Checkbox per PostMaster-Filter auf unchecked setzen
Jein... OTRS ist so geschrieben, dass es nur auf "wahr"/"unwahr" testet:
Da "0" in Perl "unwahr" ist, werden diese Werte ignoriert...
Code: Select all
if ( $GetParam{$_} ... ) {
}
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Checkbox per PostMaster-Filter auf unchecked setzen
Danke, klingt als wäre es bekannt, dann muss ich ja nicht weiter rumfummeln
und warte das nächste (oder so) Release ab.

1: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Checkbox per PostMaster-Filter auf unchecked setzen
Ich glaube nicht, dass das so schnell gefixt wird... Das generelle Problem ist schon länger bekannt (http://bugs.otrs.org/show_bug.cgi?id=4662 ist das selbe wie Dein Problem nur in "grün"
). Etwas ähnliches zu PostMaster Filtern habe ich erst vor kurzem gemeldet: http://bugs.otrs.org/show_bug.cgi?id=8941.

Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de