Activities of "jtallon"

  • ABP Framework version: v4,2 (Commercial)
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I am checking the samples and docs, and cannot find a way to customise the login page for the project? Am following this guide, https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide but the Account Module (package) is not reference, but the Volo.Abp.Account.Pro.Admin.Web is. Do I need the code of the Commercial Account project (Volo.Abp.Account.Pro.Admin.Web) to edit something like the Button Alignment for the Login Page?

Regards

  • ABP Framework version: Latest
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): No
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I am using the *.Web.Public template and finding it diffcult to figure out how to get data from the AppService to the UI.

This is the Service that I want to load data from.

I have created a committees.cshtml in the Pages folder and added a matching navigation menu item. All works well. On the committees.cshtml I have added the following :

I have added committees.js file.... with the following code...

The dynamic proxies for the AppService is not resolving. The window.meetingsPublicPortal is coming back as undefined. I have copied the same as the Backend project, when it works.

What us different about the dynamic proxies in the Web.Public over the MeetingsPublicPortal.Web.csproj project?

URGENT, NEED FOR DEMO

Thanks... this is magical.

Feedback: These types of conventions would be really good to have documented somewhere

  • ABP Framework version: latest
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

How can I customise the Layouts page for the *.Web.Public app?

  • **ABP Framework version: latest
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi,

Can you please point me in the correct direction to how to configure the database connection string to load from a Key Vault scret (Azure). The part that is causing me the most confusion is how to set the connection string from the Config that is loading from key vault.

I have Configured the Program.cs in the Web project to load settings from kv.

And I have tested to make sure it grabs the values from kv, which seem to be fine.

Lets assume I have a secret called db-string and i want to set the DbConext connection string to that value. How do to get the DbContext to use this connection string?

Regards John

Thanks for your help @Moyaoxiang, that clears a lot up.

How can I configure the DbContext to use a specific database connection string config name. By default it used "Default", but I want to tell it to use "Somethingelse" at run time. Not sure of this is an abp config or ef config.

Thanks, this worked perfect.

Hi, I want to change the href of the logo on the top left of my abp solution. At the I am using javascript to change the href of the class "navbar-brand" but I don't like doing this incase the name of the class changes in an update. Is there any easier why to change this reference?

Hi @Mehmet

I am using version 4.2 and MVC razor pages

@hikalkan does this work with the FileManager Pro-Module?

Can't upload large files and in the modern world, this makes the File Manager module almost worthless as a pro-module?

Showing 1 to 10 of 18 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11