umbraco / Umbraco.Heartcore.Issues

3 stars 1 forks source link

Prevalue sources are not returned in GraphQL on the new Heartcore platform/version #135

Closed sergiutesu closed 1 week ago

sergiutesu commented 1 month ago

Summary

When using GraphQL to query Umbraco Forms prevalue sources it returns empty while using the manually filled values works fine.

Steps to reproduce

  1. Create a form Multiple choice picker

  2. Create some Prevalue source and hook it into a content root node to get the values from. image

  3. Configure the Form Multi choice picker to use the Prevalue sources image

  4. Add another field with another Multi choice picker but manually fill the values image

  5. Query everything example:

query {
allHomepage(first: 1) {
items {
__typename
id
picker {
... on FormPage {
id
formSelected
}
}
testC
}
}
}
  1. Check the result to see the prevalue sources are not working but the manually filled ones are

Expected result

Getting the prevalue soruces in GraphQL

Actual result

The prevalues are emtpy image

github-actions[bot] commented 1 month ago

Hi there @sergiutesu!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Heartcore better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of feedback to work with and only a few humans who are able to do anything with it. We are making progress though, and we'll keep you posted when we have something to report!

Thanks, from your friendly Umbraco GitHub bot 🤖 🙂

jmf-umbraco commented 1 week ago

Thanks for the detailed report @sergiutesu.

While this issue slipped under our radar slightly, getting a fix in place did not. We resolved this in a release some several weeks ago!