Merge pull request #11731 from chahmedejaz/bugfix/11667-clone-tags-issue-for-OC

Fix Cloning Tags Issue for OrderCycle
This commit is contained in:
Filipe
2023-11-17 10:50:33 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ class Exchange < ApplicationRecord
exchange = dup
exchange.order_cycle = new_order_cycle
exchange.enterprise_fee_ids = enterprise_fee_ids
exchange.tag_list = tag_list
exchange.save!
clone_all_exchange_variants(exchange.id)
exchange