Hi,
This is a problem, it seems we haven't updated the download file. I will ask the platform team.
What's your email, I can share it via email for now.
Please send it to this address: tapio.muikku@elisaindustriq.com
Ho Liangshiwei, I downloaded the source code; not on net9 level. Result is as follows: global,json: { "sdk": { "version": "8.0.401", "rollForward": "latestFeature" } } common.props: <Project> <PropertyGroup> <LangVersion>latest</LangVersion> <Version>1.0.0</Version> <NoWarn>$(NoWarn);CS1591</NoWarn> <AbpVersion>8.3.1</AbpVersion> <BlazoriseVersion>1.5.2</BlazoriseVersion> </PropertyGroup> </Project>
..domain.csproj; <Project Sdk="Microsoft.NET.Sdk">
<Import Project="....\common.props" />
<PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>Volo.EasyCrm</RootNamespace> </PropertyGroup> ..
source: trialing https://easycrm.abp.io/ demo
Further: source code seems to be on Net8 level; any plans to update to 9 ?
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 ?