Skip to content

Commit

Permalink
Merge pull request #2000 from DurgaSwetha/master
Browse files Browse the repository at this point in the history
Changes related to sort unit funtionality
  • Loading branch information
DurgaSwetha authored May 8, 2019
2 parents 8541b2d + f85efde commit 6d01466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnowsys-ndf/gnowsys_ndf/ndf/views/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -2826,6 +2826,10 @@ def _update_attr_set(attr_set_list_of_dicts, attr_key, attr_value):

# cache_key = str(subject_id) + 'attribute_value' + str(attribute_type_node.name)
# cache.set(cache_key, object_value, 60 * 60)
if is_ga_node_changed:
from cache import invalidate_set_cache
cache_key = str(subject_id) + 'attribute_value' + str(attribute_type_node.name)
invalidate_set_cache(cache_key)

if "is_changed" in kwargs:
ga_dict = {}
Expand Down

0 comments on commit 6d01466

Please sign in to comment.