Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.78k stars 1.49k forks source link

Auto generated table + side panel screens don't performance guide functionality #14352

Open ConorWebb96 opened 1 month ago

ConorWebb96 commented 1 month ago

Checklist

Hosting

Describe the bug When generating auto screens that include the table and side panel components. The create side panel doesn't work. If details are typed and then the user saves it will say record has been save but no row will be added.

The edit side panel, I think needs a refresh data provider action attached to it. As you will only see changed applied here if you reload the page.

To Reproduce Steps to reproduce the behavior:

  1. Create a new app

  2. Create a new data source -> use the sample data

  3. Go to the design area

  4. Create a new screen select the option Tables with side panel

    Screenshot 2024-08-09 at 12 06 48
  5. Select employees

    Screenshot 2024-08-09 at 12 07 03
  6. Click Preview

  7. Try to create a row

  8. See save notification is trigger but nothing happens

Expected behavior This should work out of the box, without having to interact with the actions attached to the buttons. As soon as you interact with the button on click actions and re-save them everything works.

Screenshots 20240809_121000

Additional notes Delete on the edit form seems to be affected as well nothing happens whenever that is clicked.

linear[bot] commented 1 month ago

BUDI-8554 Auto generated table + side panel screens don't performance guide functionality