Skip to content
Snippets Groups Projects
Commit 1749e248 authored by Sascha Schmidt's avatar Sascha Schmidt
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 1059180][Gespeicherter Filter +...

[Projekt: xRM-ContactManagement][TicketNr.: 1059180][Gespeicherter Filter + Dashlet: Ergebnissliste unterschiedlich (getestet bei Aufgaben und Personen)]
parent d32220ce
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ if(searchSyncCond)
{
filter = searchSyncCond;
}
else if(!filter && vars.get("$sys.presentationmode") === neon.CONTEXT_PRESENTATIONMODE_FILTER)
else if(!filter && [neon.CONTEXT_PRESENTATIONMODE_FILTER, neon.CONTEXT_PRESENTATIONMODE_DASHBOARD].includes(vars.get("$sys.presentationmode")))
{
var statusInactive = $KeywordRegistry.contactStatus$inactive();
filter = JSON.stringify({
......
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