Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update name property of DepConditionWrapperCondition (#24479)
## Summary & Motivation The `name` property is now favored in the UI over `description`, and has a default value of the name of the class. This meant that in rows where we evaluated something against a specfic asset, it would render as DepConditionWrapperCondition instead of the asset name. ## How I Tested These Changes looked at the UI ## Changelog [ui] Fixed an issue that would cause some AutomationCondition evaluations to be labeled `DepConditionWrapperCondition` instead of the key that they were evaluated against. - [ ] `NEW` _(added new feature or capability)_ - [x] `BUGFIX` _(fixed a bug)_ - [ ] `DOCS` _(added or updated documentation)_
- Loading branch information