intersystems-community / intersystems-community/DeepSeeWeb
Data source switcher controls are not rendered
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.