Base solution for your next web application

Activities of "john_kattenhorn"

Hi,

I have the requirement to add a setting to enable on a per-tenant basis NewRelic DevOps integration. Part of this requires inserting a script into the layout page which I only want to insert if the setting is set in the Tenant Manager.

I think I've got most of the steps needed but I'm a little stuck as to how to make the settings manager available to the page in the same way as LocalisationManager is e.g. @L("")

Do I need to extend WebViewPageBase ? If so how could I inject the settings manager into it so I can do something like :

SettingManager.GetSettingValueForTenantAsync<bool>(AppSettings.DevOps.UseNewRelic, tenant.Id))

Any guidance would be most appreciated.

Hi,

Before we had ASP.NET Zero we had to do this all ourselves, as a UK based company are date formats are different to most other places.

Is there anything in the framework to ease our pain for SPA and MPA or should we just use our own mix-and-match of workarounds ?

Thanks

John

Hi,

As you've probably seen from my previous posts elsewhere I needed to be able to login Externally using Azure Active Directory.

I've spent the day doing some research into the best way forward and having looked the implementation for Twitter / Facebook etc, I think I'm going to adopt this approach for WAAD.

I'll setup a feature branch now and implement there and then define a PR to see what you think.

Thanks

John

PS. It's none of my business but should the External login stuff back to Module-Zero as there are so many people looking for it.

Question

Hi,

Sorry if this sounds like a too simple question :-)

I've extended Tenant but I'd like the edit or create to go to new pages rather than dialogue panel.

I figure I need to modify:

vm.editTenant and vm.createTenant js funcitons in index.js, is there a sample in AbpBoilerPlate that would give me a correct implementation of the navigation.

Thanks

John

Showing 1 to 4 of 4 entries