Thanks for confirming @maliming
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.
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.
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.
Excellent, thanks!
Thanks @maliming. Will this make the 7.3 release?
Hi,
The UI is Blazor Server using the Lepton theme.
Thanks