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:
Hope this can be resolved,
Thanks,
John
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
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".
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
If you're creating a bug/problem report, please include followings:
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
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
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