Activities of "barrett2474"

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

  • ABP Framework version: v5.2.2
  • UI type: Blazor Server
  • DB provider: EF Core
  • **Tiered (MVC) no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I used the template of Blazor Server and got it up and running. I navigated to the swagger page b4 logging-in .no cookies in the browser as it was a private window. ERROR: no exception but I am very concerned that I was able to make calls on the api via the swagger page despite not been logged in.

I'm trying to understand how to authenticate or get authorised to make call against the Rest API. Can anyone clarify or show me where to find the documentation? Thanks,

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

The global admin of our site needs to add new records in a table for all our Tenants.. Its kind of a bulk process we have.

Can the global Admin make inserts/updates "in the context" of a Tenant?

Thank you!

John

We are using 5.22 Blazor-UI WASM multi-tenancy EF Core.

I would to be able to subscribe to the event that occurs when any Tenant uploads a file using the file Management module because (we need to process some actions based upon the file content).

In the doco it has: "This module doesn't define any additional distributed event. See the standard distributed events."

I would be grateful if i could be provided some guidance or short code sample as I don't understand "standard distributed events or how to hook into them.

Thank you! John

Greetings,

I have a background job that when it executes, I wish to do a number of database calls. It's important that they are wrapped in a single transaction (UnitOfWork).

Question Will using the Attribute "UnitOfWork" on the said AsyncBackgroundJob be the best way?

  [UnitOfWork(isTransactional: true)]
  public override async Task ExecuteAsync(SaveTransactionFileUploadDto args)

Thanks you for your time,

Regards John

  • ABP Framework version: v5.2.2
  • UI type: Blazor WASM
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

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

  • ABP Framework version: v5.2.2
  • UI type: Blazor wasm
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace: None
  • Steps to reproduce the issue:"

Open menu item identity Management to see child menu items.

You can now no longer hide the child menu items as the parent menu item collapse js function fails or is missing. Tries all the main Browsers and on Private sessions (cookieless)

Example Setup: Remove or disable all languages except English in the Admin console. Logout, clear all cookies, Log back in. Expected: The login/logged out redirection pages should respect the fact that there is no choice for languages and not show the flag icon Actual: The Login page when displayed show the 1 language enabled

The Blazor client works OK.

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

If a developer uses the ABP Suite to generate a migration for a many-many table ie "Navigation Collection" then the table produced by the CRUD tool does not respect that the app may be using a schema other than "dbo".

  • ABP Framework version: v5.3.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Set up a relationship and custom schema - run the tool/
  • ABP Framework version: v5.3.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Run ABP Suite on 5.3.2 For a single Entity, add a Navigation property eg 1-n

Modal: Define a navigation property Expected Result: able to click OK and save the property Actual Result: unable to click OK and save the property - the OK button is disabled

I have test on existing Entities, new Entities. In every scenario the 'OK' button on the modal is disabled thus preventing the addition of any navigation properties.
Work has come to a complete stop on our project due to this.

Question

Noticed there's a 404 on the page (see) for this link:

https://docs.abp.io/en/abp/6.0/Migration-Guides/IdentityServer_To_OpenIddict.md

Showing 1 to 10 of 11 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 12, 2024, 07:15