diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e9262a..31b0b124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Missing "Color Dots" of _Entity Type_ (colors are now handled on the Entity Type itself and do no longer rely on the _Map_ Plugin) - 'Jumping' behavior on floating quick access controls on the _Entity Type List_ (copy, duplicate, delete) +- Attribute Dependency inverted ## 0.10.1 ### Added diff --git a/resources/js/components/EntityDetail.vue b/resources/js/components/EntityDetail.vue index f611744d..62b7cab0 100644 --- a/resources/js/components/EntityDetail.vue +++ b/resources/js/components/EntityDetail.vue @@ -721,7 +721,6 @@ } state.hiddenAttributes[ad.dependant] = { hide: !matches, - hide: matches, by: aid, }; });