Activities of "barrett2474"

ABP Framework version: v5.3.4 CLI version: v5.3.4 Suite version: v5.3.4

After upgrading to Suite 5.3.4 I am unable to login to ABP using the CLI

The prompt for the password is there but it is not possible to type/paste in any input for the password - it seems disabled

Things I have tried:

  1. re-boot pc
  2. abp logout - seems to work - no errors
  3. double checked our commercial account - still valid licence
  4. use cmd as admin
  5. use Terminal inside VS2022
  6. use powershell
  7. use completely different PC

Hope this can be resolved,

Thanks,

John

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

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

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/

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

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

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

  • 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

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,

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