cancel
Showing results for 
Search instead for 
Did you mean: 

Multi select user Picker

jamilnour
Star Contributor
Star Contributor

Hi,

In the predefined workflow of Share we have the option of "Review and Approve (one or more reviewers)". Into this page we have the possibility to open a multi select user picker. 

I need to add this picker widget to a page and I can't figure out how

I successfully added the people-finder to my page and it is working but I want to replace it with this multi user picker. 

Is what I am searching for the object.finder.js. If yes, can you give me a sample how to add it to my page?

Best regards

Jamil

1 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

It always dependson what kind of context you have in the page. If the page is using a form to render then just use the authority.ftl form control for a field in that form and you should be set. If the page is using Aikau then you don't need the object-finder at all - instead use the appropriate MultiSelectInput widget and the UserService to handle the query publications.

View answer in original post

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

It always dependson what kind of context you have in the page. If the page is using a form to render then just use the authority.ftl form control for a field in that form and you should be set. If the page is using Aikau then you don't need the object-finder at all - instead use the appropriate MultiSelectInput widget and the UserService to handle the query publications.