-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
1
-
False
-
-
False
-
-
-
RHDH Core Platform 3265
Description of problem:
The audit log patches for `catalog-backend` and `scaffolder-backend` are not being applied on running yarn install on the main branch in backstage-showcase.
They are only applied when I run the following command: `patch -p1 < path_to_patch`
eg: `patch -p1 < .yarn/patches/@backstage-plugin-catalog-backend-npm-1.27.1-4a70d05379.patch `
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- run yarn install on the main branch
- Check the node_modules to see if audit log patches have been applied
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Always