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

Dynamic dropdown cascade error #29

Closed
jacobdehorn opened this issue Mar 6, 2019 · 8 comments
Closed

Dynamic dropdown cascade error #29

jacobdehorn opened this issue Mar 6, 2019 · 8 comments

Comments

@jacobdehorn
Copy link

jacobdehorn commented Mar 6, 2019

image
I use mendix 7.23.1

image

@jacobdehorn jacobdehorn changed the title Dynamic dropdown Dynamic dropdown cascade error Mar 6, 2019
@cdcharlebois
Copy link
Contributor

cdcharlebois commented Mar 7, 2019

Hi @jacobdehorn, can you please share the configuration of the other widget on the page?

@jacobdehorn
Copy link
Author

@cdcharlebois Thanks for you reply. I have a feeling that the Path to listen is the cause of the error. But when I leave it out it shows all the Subapplications. I hope you can help me further.

image

@cdcharlebois
Copy link
Contributor

hm, your configuration seems right. @jacobdehorn, I will attempt to recreate the issue in 7.23.1. In the meantime, could you please share a small test project where this issue is occurring?

@cdcharlebois
Copy link
Contributor

cdcharlebois commented Mar 8, 2019

In the test project for this widget, when using cascading filters, in the higher-level filter (your Application filter), the filter attribute is set to go through the lower-lever association. i.e. all Products in a SubApplication the belongs to the selected Application. Can you try configuring your Application filter with the following for Attribute (manual):
Product >> Application >> SubApplication
Benchmarking.Product_Application/Benchmarking.Application/Benchmarking.SubApplication_Application/Benchmarking.SubApplication/Name (assuming that this is a valid path in your domain model)

@jacobdehorn
Copy link
Author

jacobdehorn commented Mar 8, 2019

@cdcharlebois Thanks for your reply and your help, I tried your suggestion but this did not do anything else. In the zipfile you find a small test project I created and recreated the problem. I hope find a sollution for me.

TestDynamicDD.zip

@cdcharlebois
Copy link
Contributor

Hi @jacobdehorn, I was able to recreate and resolve the issue in the test project you sent. Thanks for that! Can you please try this build of the widget and let me know if it resolves the problem for you? If so we'll get this merged into the master line of this widget.

Thanks!
Conner

@jacobdehorn
Copy link
Author

jacobdehorn commented Mar 25, 2019

Hi Connor, thanks for the reply and your effort to help me. It works properly now, so that's great!!
Thank you!

Edit: One thing that is not working properly is that when you set "Multi-select" to Yes, and you select 2 or more applications, you only see the sub applications of the latest checked application, in stead of all the sub applications of the checked applications.

Jacob

@cdcharlebois
Copy link
Contributor

@tieniber can you please mark this issue as closed/resolved?

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

2 participants