Skip to content
Snippets Groups Projects
Commit 9e2dfbda authored by Michael Simon's avatar Michael Simon
Browse files

NO_STORY add configurtaion to disable AttributeSource

parent ef5efd28
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,11 @@ public class AttributeSourceUpdater implements Serializable {
ASUserAttrEntity asUserAttr = findASUserAttr(user, attributeSource);
if (attributeSource.getAsProps() != null && attributeSource.getAsProps().containsKey("disabled")
&& attributeSource.getAsProps().get("disabled").equalsIgnoreCase("true")) {
return changed;
}
// Default expiry Time after for Attribute Update
Long expireTime = 30000L;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment