DeepSeeWeb icon indicating copy to clipboard operation
DeepSeeWeb copied to clipboard

Data source switcher controls are not rendered

Open isc-pbarton opened this issue 5 years ago • 4 comments

If a control has action "setDataSource", DeepSeeWeb doesn't render it. For example, if these two controls are added to a widget only the second one gets displayed.

<control name="" action="setDataSource" target="*" targetProperty="" location="widget" type="dropdown" controlClass="" label="dataswitcher" title="" value="" text="" readOnly="false" valueList="" displayList="ab,cd" activeWhen="">
  <valueRequired>false</valueRequired>
</control>
<control name="" action="setFilter" target="*" targetProperty="" location="widget" type="dropdown" controlClass="" label="nothing" title="" value="" text="" readOnly="false" valueList="" displayList="ab,cd" activeWhen="">
  <valueRequired>false</valueRequired>
</control>

isc-pbarton avatar Jan 08 '20 16:01 isc-pbarton

I've found it does render correctly if I use a term list for the list of choices instead of using the valuelist and displaylist properties.

isc-pbarton avatar Jan 08 '20 18:01 isc-pbarton

Never knew that we could have value lists for the datasources. It's a new feature?

On Wed, Jan 8, 2020 at 9:51 PM Pravin Barton [email protected] wrote:

I've found it does render correctly if I use a term list for the list of choices instead of using the valuelist and displaylist properties.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/intersystems-community/DeepSeeWeb/issues/138?email_source=notifications&email_token=AAVHEP34Q7BC3ICOKICT7MDQ4YOCNA5CNFSM4KELMDQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEINSTFQ#issuecomment-572205462, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVHEPZKDQFEAILPZXUQAWTQ4YOCNANCNFSM4KELMDQA .

evshvarov avatar Jan 08 '20 18:01 evshvarov

@evshvarov example

Lena-Ev avatar May 02 '23 10:05 Lena-Ev

This issue is still there

DSW chrome_orwWLUErQn

IRIS ZEN chrome_zHDDE1R5NN

Frisle avatar Jun 14 '24 02:06 Frisle