Skip to content

Commit

Permalink
Merge branch 'release-0.11' into 0.11-fix-entity-type-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino authored Dec 9, 2024
2 parents 0a4b4b7 + 0720820 commit 26c6285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/EntityDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@
}
state.hiddenAttributes[ad.dependant] = {
hide: !matches,
hide: matches,
by: aid,
};
});
Expand Down

0 comments on commit 26c6285

Please sign in to comment.