Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   Quick Filter and boolean option question, posted by Arno Teunisse on Fri Oct 19 22:59:31 2007 
    icon2.gif   Re: Quick Filter and boolean option question, posted by Arno Teunisse on Sun Oct 21 00:17:34 2007 
       icon2.gif   Re: Quick Filter and boolean option question, posted by Stefan Ritt on Sun Oct 21 12:21:09 2007 
          icon2.gif   Re: Quick Filter and boolean option question, posted by Arno Teunisse on Sun Oct 21 22:51:07 2007 
    icon2.gif   Re: Quick Filter and boolean option question, posted by Stefan Ritt on Mon Oct 22 17:27:45 2007 
Message ID: 65623     Entry time: Sun Oct 21 00:17:34 2007     In reply to: 65622     Reply to this: 65624
Icon: Reply  Author: Arno Teunisse  Author Email: A.teeling3@chello.nl 
Category: Info  OS: Windows  ELOG Version: 2.6.5-1890 
Subject: Re: Quick Filter and boolean option question 

Arno Teunisse wrote:
; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serienummer" with only "0" or "1" ,
; this is NOT what i want or is expected !!!
[WRONG]
Attributes = Server , Contract , ContractID, Serienummer,Locatie , Category , TEST4
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is at the second position in the attributes <list>,
;this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always
;be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category

; This is OK : Just moving the "Contract" to the end of the "Attributes"
; Now the "Quick Filter" is a normal entrie field and not a pulldown.
; So , now i can enter a Serialnumber. This is what i want and is expected.
[OK]
Attributes = Server , ContractID, Serienummer,Locatie , Category , TEST4 , Contract
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is the last in the attributes <list>, this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category

Just switch between "wrong" and "OK" to see the "quick filter" changes.



Arno Teunisse wrote:

Hello again

Maybe it's not nice to begin with "BUG:" but i was in a hurry. Sorry for that.

Because I did not get an answer i think i must ask it in an other way : De [WRONG] and [OK] configurations are identical except for the order in which the Attributes appear. This causes the "Quick Filter" problem, as you can see when changing between the [Wrong] and [OK] tabs.

Am I missing some config setting or i am lost here ?

By the way : I see you are running version 2.6.5-1937. Is there a windows version of that too ?

with kind regards
ELOG V3.1.5-fe60aaf