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!
Hi, thanks! Everthing is working now, besides your template we need add the values to MainWebsiteUrl e VersionBranchPrefix to make it work. We have open a PR for the documentation. https://github.com/abpframework/abp/pull/12114
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
Hi, Do you have a pt-BR translation? We try the abp translate (with -all option), but only generete a few keys. There is a template with all keys for default and pro modules? Thanks in advance.