Is this issue known, and when planned to be fixed ? My expectation for the wanted behavior is: if filter was changed, page index is reset first then search done with the filter.
Best regards Tapio Muikku
Background: using of geolocation with abp.io. NetTopologySuite.IO.GeoJSON nuget Spatial Data - EF Core | Microsoft Learn
Question 1: How can I use Location datatype with abp suite entity generator ?
Question 2: Any example how to include NetTopologySuite with abp.io solution ? If you had any advices on this it is very wellcome.
Best regards, Tapio Muikku
[10:11:22 ERR] Error getting value from 'DefaultNamespace' on 'Volo.Abp.Suite.Models.Solution'. Newtonsoft.Json.JsonSerializationException: Error getting value from 'DefaultNamespace' on 'Volo.Abp.Suite.Models.Solution'. ---> System.ArgumentNullException: Value cannot be null. (Parameter 'path') at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions) at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) at Volo.Abp.Suite.Models.Solution.get_DefaultNamespace() at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target) --- End of inner exception stack trace --- at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)
I'm doing Finnish translation over abp.io pro. Is it possible to contribute it with the commecial solution ? If this is okay, how to proceed ?
What is the right resouce of translating texts of AbpUiResource ? Now I did it in this way: // Extend localization of AbpUiResource with Finnish. options.Resources .Get<AbpUiResource>() .AddVirtualJson("/Localization/AbpUi"); But I havw feeling that I should use some of the pro resouces. Please advice ?
Workaround: unload projects: Volo.Abp.LeptonTheme.Blazor.Host and Volo.Abp.LeptonTheme.Management.Blazor
Thanks again.
If we used lepton material theme in the application. Does it support ie. material themes directly ?
sorry, didn't get this question!
With this question I meant if I change ie. a primary color from lepton theme; or even changing the theme to dark one; is changes also happening with material UI based components ?
Hi Alper. Thank you for the quick response.
normally you should be using Suite.
Any reasons on this, why not to change templates ?
but you need to change the templates
Yes, I was already analysing how to change of templates. Template data seem to live in Volo.Abp.Commercial.SuiteTemplates.dll nuget. So when I changed it, it is only in my own PC, right ? Or was it changed on a solution level ? I'm thinking the case where several persons generate components on the solution; how we should manage this situation.
Another related question is about theme colors: if we used lepton material theme in the application. Does it support ie. material themes directly ?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index Related material found: https://community.abp.io/articles/using-angular-material-components-with-the-abp-framework-af8ft6t9
ABP Framework version: v4.2.2 UI type: Angular DB provider: EF Core Identity Server Separated (Angular): yes
Question: Anyone used angular templates with ABP suite to generate components based on MaterialUI on top of abp.io Angular UI ? Reason to ask: We have existing products done with material, including some ready made components.
If you had experiences, it would be great to hear about experiences Does it work well ? Did you find any worries, i.e. with themes integration, flexible layouts, load due more component framework included ?