flows: fix flow cache not being cleared correctly when stages are saved
This commit is contained in:
@ -12,5 +12,5 @@ class PassbookPoliciesConfig(AppConfig):
|
||||
verbose_name = "passbook Policies"
|
||||
|
||||
def ready(self):
|
||||
"""Load source_types from config file"""
|
||||
"""Load policy cache clearing signals"""
|
||||
import_module("passbook.policies.signals")
|
||||
|
||||
Reference in New Issue
Block a user