MetaClass

Results 19 comments of MetaClass
trafficstars

With some debugging i found that modules[moduleId] is in a \_\_webpack_require\_\_ function which is defined in the webpackBootstrap section of i18n/en.\.js. modules[moduleId] is undefined with call \_\_webpack_require\_\_(2). Actually only 65,...

For a workaround that uses skip-amd-webpack-plugin and cldr instead of the globalize-webpack-plugin, see [https://github.com/metaclass-nl/switch-language-example-globalize](https://github.com/metaclass-nl/switch-language-example-globalize)

It would certanily be nice if the options to combine existing filters with and, or and not would be displayed in the OpenApi docs! I was led to believe that...

Hi, I do not have the time right now to look into it. Ik hope next week is less busy so that i can take a look. Thanks for now,...

Flattening out the combinations of logic and filters, like you do under "Another solution" would be relatively easy but limiting the logic to those specified would be harder and goes...

Auw, that is defenetly a problem! Thanks for bringing it to my attention! I would say that the problem will only occur if the extensions are run before the built...

The [docs of API Platform about making a custom ORM Filter](https://api-platform.com/docs/core/filters/#creating-custom-doctrine-orm-filters) do not warn about this either. They simply ignore the possibility to use orWhere instead of andWhere, but because...

The innerJoinsLeft option may also cause a security problem if the working of any of the extionsions used relies on INNER JOINS selecting only rows with NOT NULL values. Similar...

This issue is solved in [v2.0.0.rc1](https://github.com/metaclass-nl/filter-bundle/releases/tag/v2.0.0.rc1) but it changes the behavior with OR. Your client may have to change the queries they send to get the same results. A workaround...