mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +08:00
Merge pull request #8892 from andrej-scinote/aj_SCI_12329
Remove asset view size change for team automations [SCI-12329]
This commit is contained in:
commit
c02eb36b50
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ module AutomationObservers
|
|||
return if protocol.blank?
|
||||
return unless protocol.in_module? && protocol.my_module.my_module_status.initial_status?
|
||||
return if element.respond_to?(:completed) && element.saved_change_to_completed? && !element.completed
|
||||
return if (element.respond_to?(:view_mode) && element.saved_change_to_view_mode?) || (element.respond_to?(:assets_view_mode) && element.saved_change_to_assets_view_mode?)
|
||||
|
||||
my_module = protocol.my_module
|
||||
previous_status_id = my_module.my_module_status.id
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue