-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: retaining tags on entities while using select-tags (#156)
* fix: retaining tags on entities while using select-tags As of now, while running deck with --select-tags, the tags are removed from the `tags` field on each entity. This was done to reduce duplication. However, this has been confusing for a lot of our deck users. This change removes the tag removal function calls from all entities. * test: fixed integration tags for tag retention with --select-tags * fix: lint fix * fix: fixed integration test for deck dump with --select-tags
- Loading branch information
1 parent
3edb1a5
commit 55d27ec
Showing
3 changed files
with
123 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.