bernhard Posted November 2, 2018 Posted November 2, 2018 First call is correct, second call is empty? Any ideas why that could be?
Zeka Posted November 2, 2018 Posted November 2, 2018 @bernhard Just tested on 3.0.117 d($this->wire->modules->find('name^=Inputfield')); d($this->wire->modules->find('name^=Inputfield')); Both return 37 items. Is it specific to 'UikitTheme' names? 2 1
bernhard Posted November 2, 2018 Author Posted November 2, 2018 Interesting, thx @Zeka it also works on a different install ? Ah, I guess that's because I set them to be singular... Yes, just checked that: The minimal theme is loaded also on the second run now that I changed "singular" to FALSE. Is that the expected behaviour? Not sure if that makes sense and how this singular feature could maybe affect code also in other szenarios... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now