Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when selecting Class or Type when creating new field #5

Open
saulshanabrook opened this issue Mar 5, 2023 · 0 comments
Open

Comments

@saulshanabrook
Copy link

Hello!

First off, thank you for creating this plugin! I am looking forward to using it in our community.

I am currently getting an error when I try to create a new custom field and change the class or type. When I click on the "Select a class" or "Select a type" fields an error is raised and they never load:

Screenshot 2023-03-05 at 11 38 57 AM

chunk.565.b3d59a4394325d46219a.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'allowGuests')
    at e.filterValues (wizard-schema.js:217:1)
    at e.content (wizard-subscription-selector.js:43:1)
    at e.<anonymous> (handle-descriptor.js:61:1)
    at index.js:1744:1
    at e.untrack (validator.js:681:1)
    at Pe.get (index.js:1743:1)
    at e.r [as content] (index.js:923:1)
    at e.search (select-kit.js:429:1)
    at e._searchWrapper (select-kit.js:455:1)
    at e.triggerSearch (select-kit.js:441:1)
    at e._open (select-kit.js:735:1)
    at e._toggle (select-kit.js:604:1)
    at q._run (index.ts:665:23)
    at q._join (index.ts:640:19)
    at q.join (index.ts:362:17)
    at p (index.js:157:1)
    at s.toggle (index.js:258:1)
    at e.click (select-kit-header.js:44:1)
    at e.trigger (core_view.js:63:1)
    at e.r [as trigger] (index.js:388:1)
    at e.trigger (ember-events.js:142:1)
    at e.r [as trigger] (index.js:388:1)
    at HTMLElement.a (ember-events.js:203:1)
    at HTMLElement.r (chunk.565.b3d59a4394325d46219a.js:2:194285)

Let me know if there is anything I can do to help debug this. I was able to set a breakpoint there and saw that this.wizard was undefined in the content function of the wizard-subscription-selector.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant