umbraco / Umbraco.UIBuilder.Issues

Back office UI builder for Umbraco
3 stars 2 forks source link

Built in actions doesnt work. Actions with settings models fails catastrophic #84

Closed brannmark closed 8 months ago

brannmark commented 8 months ago

Describe the bug Adding built in actions import and export to a collection doesn't work.

When adding export action it fails with the following error: image image

When adding import action that has a settings model, IIS crashes without error logging. image image image

Steps To Reproduce Steps to reproduce the behavior:

  1. Add built in import and export actions to a collection.
  2. Go to collection
  3. Select items to be exported
  4. Action fails
  5. See error in log viewer of Umbraco
  6. Go to collection
  7. Click on import action
  8. Select file to be imported
  9. Click on continue
  10. Watch IIS crash

Expected behavior Expected export file to be generated. Expected import to work.

Environment (please complete the following information):

Additional context Using custom repositories but they work for all other type of actions, search, list, edit, save and so on.


This item has been added to our backlog AB#36293

acoumb commented 8 months ago

Hi @brannmark ,

Thank you for bringing this to our attention. I have released a new version of Umbraco.UIBuilder, 13.0.1 with a fix to the export and import built-in actions.

If you are using the Export action as ActionType.ContainerMenu, I would advise using it as ActionType.Bulk, as the Actions menu will suffer changes in the coming versions.

Thank you, Adrian