Activities of "829098@qq.com"

abp suite v8.0.1 has problem
but v8.0.0 is ok

I used v8.0.1 when tried to reproduce the problem that you are facing but as can be seen from the gif above, I could not reproduce it.

As far as I see from the gif, it also does not show a confirm button when you close the modal but it should show a confirm popup. So, It seems you have updated the generated js file. Can you share it here if it's possible? Or if it's not possible, could you please share your application on support@abp.io with the ticket number so that we can better assist you?

I don't change any code, and I use google chrmo

Hi, I could not reproduce any one of your findings:

I guess, you probably have an extension, which prevents opening modals twice for a certain element or you modified the generated code and this cause these problems (you may have a custom js code that causes these problems).

So, please check the console logs and the custom scripts in your application, and also try to reproduce this in a private window.

abp suite v8.0.1 has problem but v8.0.0 is ok

when I input other content, click cancel button is no response when i no input other content, click cancel buttone is no confirm page when i click delete button , no confirm page

when i cilck delete button, no confirm page

Please share some screenshots.

abp suite v8.0 is no problem。 but v8.0.1 is no support, when you click close button or click cancel button 。 system no open confirm page

Please share some screenshots.

Please flowing by the picture

Please share more info. eg: error logs, screenshots
Thanks.

no see err log 1、you can click edit butoon, and then click close button ,is ok 2、can click edit button,and then click cacel button, is no response

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1、abp suite build entity A 2、run system , create A 3、edit A, but Cancel button \ close button IS no response

I have opened a PR to fix this problem:


2024-01-11 17:44:13.980 +08:00 [ERR] An error occurred while saving the entity changes. See the inner exception for details. Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. ---> Microsoft.Data.SqlClient.SqlException (0x80131904): INSERT 语句与 FOREIGN KEY 约束"FK_AppFlowingReports_AppProjectFlowings_ProjectFlowingId"冲突。该冲突发生于数据库"ProjectReward",表"dbo.AppProjectFlowings", column 'Id'。 语句已终止。

From the stack trace, it seems it can't add a record because it violates foreign key constraint, please check your entity configuration and the database.

ok,thks

Showing 11 to 20 of 47 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13