intersystems-community / intersystems-community/DeepSeeWeb

Data source switcher controls are not rendered

Open
#138 5 comments 0 reactions 1 assignee View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.