Activities of "balessi75"

I found the problem in \Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web\Pages\Account\Components\ProfileManagementGroup\ProfilePicture\Default.js (see screenshot below)

Here is what changed from 7.0.1 to 7.2.1 that causes the issue. We did an override as a temp workaround for now, but would like confirmation of a fix in a future update.

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

When saving a selected image from 'My Account' -> 'Profile Picture', the picture does not save. No errors occur on the UI or in the logs.

I reproduced the issue with a newly templated project: abp new ProfilePicIssue -u blazor-server -v 7.2.1

When I test with 7.0.1, everything works as expected. abp new ProfilePicIssue -u blazor-server -v 7.0.1

Something seems to have broke from v7.0.1 to v7.2.1.

Please provide confirmation of a fix as well as a possible work around for v7.2.1

Thanks for confirming @liangshiwei

We would like support for a Idle Session Timeout with a configurable timeout duration and a prompt to the user asking if they want to continue their session.

Appreciate your consideration.

Hi @liangshiwei ,

Thank you! This resolved the issue for us and also taught us a few things about ABP overrides.

I will close the issue.

Question

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi, We are seeing the following repeated many times in our log every time a user logs in. Is this standard behavior? The information doesn't note what requires authentication. Just curious if there is something we should be changing. We are using the default ABP templated logging settings in program.cs

DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
2023-06-25 00:00:10.438 +00:00 [INF] AuthenticationScheme: Identity.Application was challenged.
2023-06-25 00:00:10.438 +00:00 [INF] Request finished HTTP/1.1 GET https://qa.nvisiononline.net/ - - - 302 - - 3.3881ms
2023-06-25 00:00:26.884 +00:00 [INF] Request starting HTTP/1.1 GET https://nvisionweb.azurewebsites.net/ - -
2023-06-25 00:00:26.887 +00:00 [INF] Authorization failed. These requirements were not met:

Thank you!

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi, on ABP Commercial 7.2.1, we are receiving the following. We reproduced the error with a newly created solution. abp new ABP.Test -u blazor-server -v 7.2.1 -theme lepton

Please advise.

Regards, Brian

Hi @liangshiwei ,

I did some testing because we are noticing inconsistent sorting.

It appears that the order of columns in the list is based on the ordering of configuration (which we can control), but the order on the create and edit modals is in alphabetical order (which apparently we cannot change).

A useful enhancement/fix would be make the order the properties on the create/edit modals based on the order of configuration in the same way it is done on the listing.

An even better approach, if possible, would be to allow each property to have its ordering defined during the property definition (for each UI area - List, Edit, Create)

Thanks for your consideration.

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi, we have several extended properties on our tenant entity. How is the ordering of the columns on the list, create, and edit forms defined? We see a difference in the ordering of the columns. For example, the ordering of the columns in the tenant listing is different than the ordering on the create/edit modal.

Can the order of the rendered properties be customized?

Thanks in advance,

Brian

Showing 71 to 80 of 245 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30