Skip to content
Snippets Groups Projects
Commit 5a4d4fdc authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

return invalid consumer name as default in context lib

parent 393145c8
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ ContextUtils.getContextConsumer = function(pContextId)
return "CampaignSteps";
case ContextUtils.getContextName("PrivatePerson"):
return "PrivatePersons";
default:
return "NO_CONSUMER_DEFINED_IN_CONTEXT_LIB_GETCONTEXTCONSUMER";
}
}
......
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