Sp-object-suggest show --ui_none--

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

Hi expert,
I write a plugin in IIQ 8.3 and use sp-object-suggest for user to select application, when user click the component,
it shows --ui_none-- on the screen.
On the page.xhtml, the syntax as bellow

                         <sp-object-suggest id="testingObjectSuggest2"
                            class="form-group"
                            sp-object-suggest-lookup-id="appSelector"
                            sp-object-suggest-id="appSelector"
                            sp-object-suggest-class="sailpoint.object.Application"
                            ng-model="ngModel.application"
                            sp-object-suggest-limit="5"
                            sp-object-suggest-label="This is a test application selector"
                            sp-object-suggest-help-text="This is the help text for the Application selector"
                            sp-object-suggest-editable="true"
                            sp-button-aria-label="Application Selector"/>  

I try to use the same syntax on IIQ 8.1, it show normal, no --ui_none–.

How to clear the --ui_none-- or how to translate the item to show ‘–None–’? Please help, very thanks!

Thanks

Hi @davihsu,

Can you try to add a file named WEB-INF/classes/sailpoint/web/messages/iiqCustom.properties to your plugin and add the following contents:

ui_none=--None--

I have not tested this, but I think this should work :slight_smile:

– Remold

Hi @Remold

I have try to add it as you said, but it still shows --ui_none–

Thanks
David

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.