-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.0][FIX] Fix shopinvader module: Currently when every shopinvader …
…variants related to a shopinvader product are disabled, this shop. product is also disabled (active = False). But when the shopinvader variant is re-enabled, we should also re-enable the related shop. product (active = True). Otherwise it could cause some trouble into url management (url.url) who could stay disabled. But it's a side effect
- Loading branch information
Showing
2 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters