Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "deltavision"

Hi ismcagdas

that works - it says something like:

https://WEBSITE/TenantCustomization/GetTenantLogo?skin=light&tenantId=2

found the problem.

web.config - ASTNETCORE_ENVIRONMENT was set to Development:

  <environmentVariables>
    <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />

changed to Production

<environmentVariables>
    <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" />

for correct use of AppSettings.Production.json

... Next question - there is an image "link" in top left corner of activation / reset password mail - why is it red-x ? Something else I should be aware of?

Hi @ismcagdas,

I think that the special created entities and fields added to the project - almost always will be translated for use in UI in general.

So I think it is OK if it says "Address" or "[Address]" (same thing). Then you know you need a translation in your localization xml files :-)

What about the last question: what is suppose to go in between ( ) - in the heading of the Change Logs modal?

Hi @maliming

not sure what you mean by user-defined entities - is it the heading in the two modals?

e.g. "Change logs: Contract ()"

"Contract" is translated via "PROJECT.Contracts.Contract" - so that is working.

By the way - what is suppose to go in between ( ) - in the heading of the Change Logs modal?

Hi @maliming

can't you do something like this in the "rendering"?

L("Application") L("MileageDateStart") L("Remarks") L("StandStillMonths")

Hi,

thank you - awaiting ANZ 7.2 :-)

Closing this case.

Hi,

will the issues be fixed in next ANZ update?

And related to the first post in this case - the mapping on e.g. EntityPropertyChange - will they also be fixed? Maybe there are more missing mappings, that I have not seen yet.

And the output.MapTo on the standard ANZ things - Is it possible to fix them manually for now? (ANZ v7.1) - and if so, how should the code be?

Thanks

Hi @ismcagdas

regardig AutoMapper - looks like v8.1.1

Hi,

also getting this in ViewModels - MapTo(this)

Are the issues connected?

Hi,

were do I find it :-)

Only thing I can see is the Abp.AutoMapper v4.8.1

Showing 61 to 70 of 107 entries