mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fixed missing records on repair action processing
This commit is contained in:
parent
09f99a684c
commit
42a5096147
1 changed files with 1 additions and 0 deletions
|
|
@ -913,6 +913,7 @@ class Window(QtWidgets.QDialog):
|
|||
plugin_item = self.plugin_model.plugin_items[result["plugin"].id]
|
||||
action_state = plugin_item.data(Roles.PluginActionProgressRole)
|
||||
action_state |= PluginActionStates.HasFinished
|
||||
result["records"] = self.terminal_model.prepare_records(result)
|
||||
|
||||
error = result.get("error")
|
||||
if error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue