Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pro:table): the checkbox logic in the layout tool tree is incorrect #1593

Merged
merged 1 commit into from Jul 4, 2023

Conversation

liuzaijiang
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

布局设置中的树勾选逻辑错误,对于禁用的列是不允许通过父级修改的
GIF 2023-7-4 11-05-50

What is the new behavior?

GIF 2023-7-4 11-08-11

将树的勾选策略改为child,只需要收集子节点勾选项即可,具体禁用和勾选的联动通过tree内部去实现

Other information

@idux-bot
Copy link

idux-bot bot commented Jul 4, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #1593 (dd3bc74) into main (1e23dc3) will not change coverage.
The diff coverage is n/a.

❗ Current head dd3bc74 differs from pull request most recent head 9fab237. Consider uploading reports for the commit 9fab237 to get more accurate results

@@           Coverage Diff           @@
##             main    #1593   +/-   ##
=======================================
  Coverage   92.74%   92.74%           
=======================================
  Files         332      332           
  Lines       30707    30707           
  Branches     2568     2568           
=======================================
  Hits        28480    28480           
  Misses       2227     2227           

@danranVm danranVm merged commit 799ac59 into IDuxFE:main Jul 4, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants