Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Settings list race condifiton and mutable dict list conversion #1671

Merged
merged 2 commits into from
Jun 9, 2021

Conversation

iLLiCiTiT
Copy link
Member

Issues

  1. add_row may cause that settings ui will crash because of recursion error because it's children value change may trigger adding infinite children with same value
  2. store as list in DictMutableKeysDict is still broken because of missing conversion to list in value property

Changes

  • trigger set_entity_value on ListWidget's add_row after new item is part of input_fields
  • property value in DictMutableKeysDict is append list of key, value

@iLLiCiTiT iLLiCiTiT self-assigned this Jun 9, 2021
@iLLiCiTiT iLLiCiTiT added backend type: bug Something isn't working labels Jun 9, 2021
Copy link
Member

@antirotor antirotor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 resolved my issue with mutable dict in settings

Copy link
Member

@kalisp kalisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the problem.

kalisp added a commit that referenced this pull request Jun 9, 2021
#1671 PR fixed issue that limited of usage of multiline previously
@iLLiCiTiT iLLiCiTiT merged commit 3122ddf into develop Jun 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants