Base solution for your next web application

Activities of "BobIngham"

Aaron, great shout. Sorry, I'm a newbie, your directions led me to the right place.

Hi Aaron, Thanks for getting back.... That's where I was checking, I cannot see what I'm missing... [attachment=0:29xr8kwp]Capture.PNG[/attachment:29xr8kwp]

Hi Aaron, Already tried that... [attachment=0:12yoyev5]Capture.PNG[/attachment:12yoyev5]

For anyone else who can't find the log file in a .Net Core/Angular project it is here: [attachment=0:fawg30kq]Capture.PNG[/attachment:fawg30kq] In the bin/debug/net461/App_data/Logs folder which is not part of the project so a solution-wide search will not find it. The current log file is locked when the solution is working so I'm not sure how you would go about retrieving current errors in a production environment?

Hi @alirizaadiyahsi, Thanks for the reply. I am using exactly what you have outlined:

  1. language xml
<text name="DataProvider_Description"><![CDATA[
    A Data Provider can be selected as a data source for services, locations, users, people etc.<br />
    If Nuage is selected as the data provider all data is saved in the Nuage system. If a third-party system is selected, such as ResiData, some data is held in Nuage and some in the third-party data provider system.<br />
    <a href="#">Select here to see our data policy.</a>]]>
  1. html code:
<div class="modal-body">
    <p>
        {{l("DataProvider_Description")}}
    </p>
</div>

Result: [attachment=0:396gs9be]Capture.PNG[/attachment:396gs9be]

@alirizaadiyahsi Thanks a bunch - that works!

Doh!!!! Thanks, Aaron.

Hmmm, the problem, Aaron, is that settingsRepository only return those settings for the current tenant, how do I read settings for all tenants to ensure the value is unique?

Thanks, Aaron, that did the trick. Sorry about the niaivety, I am still in the learning -phase.

@ismcagdas, thanks for the consideration but I'm still not sure on best practise. I will add the tenant ref as a claim and then create the access token including this claim. That way the token can be read on every call to the server but I am still faced with the problem of having to create a unit of work and setting AbpSession.TenantId for the ouw for every call made to the server.

The question has to be: During the login and authentication processes how so I set AbpSession.TenantId so I do not have to create a unit of work and setting AbpSession.TenantId for the ouw for every call made to the server?

Showing 1 to 10 of 477 entries