Activities of "jtallon"

  • ABP Framework version: 7.4

  • UI Type: Angular

  • Database System: Both in SQL Server / MongoDB

  • Tiered (for MVC) or Auth Server Separated (for Angular): No

  • Exception message and full stack trace:

  • Steps to reproduce the issue:

This problem is common to both SQL Server / MongoDB.

  1. I create a new solution using apb suite (details above)
  2. Create a new Entity - called "EntityX", as a GUID, and create a Title text field
  3. Save and Generate
  4. Create a new Entity - called "EntityY", as a GUID, and create a few text fields
  5. Create a Navigation (1-n) property to "EntityX", and select Title field
  6. Save and Generate
  7. Build and run the app
  8. Go to EntityX and click "Create new EntityX"
    1. Enter Value 1
    2. Click Save
    3. Repeat for Value 2, Value 3
  9. Go to EntityY and click "Create new EntityY"
  10. Enter Fields
  11. Go to EntityX and click dropdown to select value

No values are in the drop down

Check the Dev Tools and see the following.

Can you please suggest what is wrong here?

If you're creating a bug/problem report, please include the followings:

  • ABP Framework version: 6.0
  • UI type: MVCr
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: "The index path corresponding to the specified order-by item is excluded"
  • Steps to reproduce the issue:" When I connected the app to a Comso DB using the MOngo DB provider, I get an error in the DbMigrator.

Have a look at this community article which I followed? I assume of the article was published, then following this worked for the verison available at the time. Could the team please do up an article or how to guide for moving to Cosmo API for Mongo DB?

Regards John

  • ABP Framework version: latest (5.2)
  • UI type: MVC
  • DB provider: EF Core

Is there a way to get the details forms to open the same way as we can with the Off-Canvas CSS in bootstrap?

For example https://getbootstrap.com/docs/5.0/components/offcanvas/

I'd like this to open for the majority of the entity forms, but not all.

Regards

  • ABP Framework version: v4.x
  • UI type: MVC
  • DB provider: EF Core

Is there a way to add the apb.io application around an existing database? We have a database for an application and would like to using the abp.io dynamic API solution so that we can provide access to tables in an existing database. Any thoughts on how I could approach this? Basically need to generate all the backend code for CRUD, but dont need a frontend for the Entities.

Regards John

  • ABP Framework version: v4.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular) : no
  • Issue: How can I increase the Request Size for just the FileManagement Upload Module?
  • Steps to reproduce the issue:

[12:39:03 WRN] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "Your request is not valid!", "details": "The following errors were detected during validation.\r\n - Failed to read the request form. Request body too large.\r\n", "data": {}, "validationErrors": [ { "message": "Failed to read the request form. Request body too large.", "members": [ "" ] } ] }

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?

  • **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

  • 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): 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

  • 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

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