Hi, we are implementing the LeptonX theme (MVC, 5.3.2) and have 3 issues:
2) Full width by default: How do we set Full width? We didn't find any options in the LeptonXThemeOptions and LeptonXThemeMvcOptions.
3) Translation: How do we find the keys to translate "Filter Menu" and the Settings menu?
Thanks!
We follow the documentation to integrate Docs module. In sql it seems ok, but with mongo we get the error.
Sample project:
Hello,
We have a complex query (join with composite key and filter) to do with LINQ using ABP 5 with MongoDB. After a lot of investigation and tests we figure out that the query that we need only works using LinqProvider.V3 with the Mongo Driver 2.14.0; https://mongodb.github.io/mongo-csharp-driver/2.14/reference/driver/crud/linq3/
So, there is near any plans to use the last mongo driver version and a way to configure the LinqProvider version? With is the recommended option? Wait for this, there is any formal solicitation? Try to create a PR? Any workaroud? Thanks