python-rtkit icon indicating copy to clipboard operation
python-rtkit copied to clipboard

Provide a list for a custom field

Open 2xyo opened this issue 11 years ago • 0 comments

Hi,

I have list of IP as custom field. The adding of one IP works fine but adding a list of IP fails. I have tried with the following syntax :

"CF.{IP src}":  "1.1.1.1\n1.1.1.2"
"CF.{IP src}":  "1.1.1.1, 1.1.1.2"
"CF.{IP src}":  ["1.1.1.1","1.1.1.2"]
"CustomField-8":  "1.1.1.1\n1.1.1.2"
"CustomField-8":  ["1.1.1.1","1.1.1.2"]

Any idea ?

Update : I think it's to the bug #99520.

2xyo avatar Jan 21 '15 09:01 2xyo