Hi,
thank you for the answer - I close the case.
Hi ismcagdas,
just to follow up :-)
Did you change or is it planned to translate the property names?
What is suppose to go in between ( ) - in the heading of the Change Logs modal?
Hi,
using: Core, MVC, jQuery project - v7.2.2
How do I "jump" from one controller to another - also selecting the correct menu item in the main menu.
...Or can you activate a specific menu item from code? - and how :-)
Hi,
using: Core, MVC, jQuery project - v7.2.2
Is there any way to change the DisplayName of menu items at "runtime".
Can it be done with UserNavigationManager? and how?
Hi,
using core/jquery/mvc
Any best pratice og how-tos on controlling views on small viewport / mobile.
Wish to define a "compact" view of datatable - remove search fields etc. when on mobile.
I know an option is to use the mobile solution - but to avoid that :-)
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,
using ANZ 7.1 - Core, MVC / jQuery.
When sending mail - the link for activation / reset passwork is build with localhost:
http://localhost:62114/Account/...
localhost:62114 should be replaced with actual domain.
what is wrong? something I should setup :-)
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?