DeepSeeWeb
DeepSeeWeb copied to clipboard
Data source switcher controls are not rendered
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>
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.
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 example
This issue is still there
DSW
IRIS ZEN