Bug: Meine Daten Teilen button action fails due to Injection provider missing
🐜 Bug report
🔧
about: Short explanation When clicking on the "Meine Daten Teilen" on the Pat version on DEV, the click action doesn't trigger the expected action. No transfer modal gets opened.
See video here: https://recoverycat.cloud.mattermost.com/main/pl/uz7rahbi3f84dp95w6tmgbz4mh
What is the expected behaviour?
- clicking on the button Meine Daten Teilen opens corresponding modal.
- no injection error is reported on the console.
What is the actual behaviour?
- the modal doesn't open
- the console complains about an injection problem
Steps to Reproduce
Example:
- go to https://pat.dev.recoverycat.de/
- open console
- click on Meine Daten Teilen
- see injection errors
Screenshots
Files
Related code:
Basically, the problem happens here: !1036 (diffs)
There is no provider for this boolean value: greyedOut
Tasks
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.
-
Provide correct provider. -
Make sure HCP and PAT load their corresponding value
Edited by Carlos Sanchez