Anton Kirschhock
Anton Kirschhock
not sure, If I can still do anything - But do you guys have any idea when you'll have a release ready?
Can confirm, we've got the exact same issue here: ```js let filter = { users: { firstName: { contains: 'admin' }, isActive: { eq: true }, }, not: { users:...
Any Updates? We got the same issue, which we need a fix for
@zbarnett The Limitation of the Global Queries that it cannot go into the hierarchy is blocking us from delivering a major Feature to our customers and this PR could might...
Got the same issue here. I've digged through the sourcecode and found that the file partials/config.html (line 182) has a disabled="disabled" attribute set. Is this expected behaviour?
I've changed the files in the dist folder (removed the disabled property) and uploaded it to a 'other' plugin (appended -temp) to the plugin-id. Looks like it works with this...
I've changed the source code of the plugin, as i've mentioned in my previous comment On Thu, 6 Feb 2020, 16:12 subesokun, wrote: > @muziekklas What did you change exactly...
Anyhow, the AngularJS version is fairly easy to fix. I havn't looked into the react one though On Thu, 6 Feb 2020, 16:56 subesokun, wrote: > Sorry my fault, I...
@Turnerj Any chance that this could be merged?
@encima any updates on this?