- Issue created by @mxr576
- Status changed to Needs review
9 months ago 1:45pm 8 July 2024
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 logic 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.
Needs tests?
Needs review
1.0
Code