- Issue created by @mxr576
- Status changed to Needs review
10 months ago 1:45pm 8 July 2024 - First commit to issue fork.
README.md change added by https://git.drupalcode.org/project/key/-/commit/c9544796c3d74bfb7ee9170f... says:
* `#key_filters = ['tags' => ['file', 'private']]` This would only display
keys whose definitions are tagged with `file` and `private` tags.
but based on my testing, this is rather an OR relationship and not an AND,
In addition, the drush key:provider-list --tags=...
does not leverage the KeyRepository, which means this bug has to be fixed in two places.
Unless the README.md lies and the code behaves as it should, the the README.md needs an update.
Active
1.0
Code