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

Latest build on Mendix App Store does not contain latest source #25

Open
BartReyserhove opened this issue Feb 18, 2019 · 1 comment
Open

Comments

@BartReyserhove
Copy link

I noticed there was a bug when using the static dropdownfilter on IE11 but that bug was already fixed in the code.

Somehow it seems the latest build in the Mendix app store does not have the following change in GridFilter.js

if (outvalue) {
				this._currentFilter = this.selectNode.querySelector("[value='" + this.selectNode.value + "']").innerText;

I have tested this on a brand new Mendix project with a fresh download of the widget and had the same problem.

I have now locally rebuild the widget and then it seems to be fine.

@tieniber
Copy link
Owner

Thanks Bart. Indeed there are some changes that haven't been released to the app store yet. I'll be doing that in the next few days I hope.

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