Hi,
i use the custom picker on a daily basis, but until now i only needed it for single picking.
Now i would like to select multiple Items. I'm receiving a list of files from a ftp server (unfortunately i can not search via a parameter, so i receive all of them and handle the search by myself).
I turned on the multiple checkbox in the options and when i'm selecting a second file from the list, the list shows 2 items, but with the same name.
If i add even more items the selected items are increasing, but with name from previous selections or just nonsense.
When i'm using the multiple option the Value i declare in the "render" closures doesnt seem to effect the actual rendered object at all. It shows just the name and never anything else i'd like to render.
I already tried all of the available "render" closures:
renderViewHtml, renderItemColumnViewHtml,
renderItemViewHtml, renderColumnHtml and renderItemTextOnlyValue (with List or Map)
Nothing works... The last think i can think about is a cahce problem, but unfortunately scriptrunner deleted the delete cache function in the build in functions.
And Suggestions?
BR
```
Did you manage to get an answer to your question?
Thank you and Kind regards,
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.