Skip to content

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?

  1. clicking on the button Meine Daten Teilen opens corresponding modal.
  2. no injection error is reported on the console.

What is the actual behaviour?

  1. the modal doesn't open
  2. the console complains about an injection problem

Steps to Reproduce

Example:

  1. go to https://pat.dev.recoverycat.de/
  2. open console
  3. click on Meine Daten Teilen
  4. see injection errors

Screenshots

image

Files

Related code:

Basically, the problem happens here: !1036 (diffs)

There is no provider for this boolean value: greyedOut

image

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