Skip to content
Snippets Groups Projects
Commit 7becad18 authored by Alexander Riedl's avatar Alexander Riedl :cookie:
Browse files

[Projekt: Crowd-Development / Veranstaltungsmanagement][TicketNr.:...

[Projekt: Crowd-Development / Veranstaltungsmanagement][TicketNr.: 1062887][Veranstaltunsmanagment - Basisfunktionalität auf Grundlage Campaign herstellen] - Codereview Changes
parent 3251212f
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.vars");
import("system.db");
import("system.result");
......
......@@ -3,7 +3,6 @@ import("Campaign_lib");
import("system.result");
import("system.translate");
import("system.vars");
import("system.neon");
var campaignParticipantsAmount = 0;
......@@ -111,7 +110,6 @@ if(selectedCampaignId != '')
resultValue = "true";
}
}
neon.setFieldValue("$field.campaignParticipantMessage", messageString);
result.string(resultValue);
}
......
......@@ -309,9 +309,6 @@ $KeywordRegistry.visitRecommendationPrioSource$manual = function(){return "MANUA
$KeywordRegistry.workflowCategory = function(){return "WorkflowCategory";};
$KeywordRegistry.notificationState = function () { return "NotificationState";};
$KeywordRegistry.visitRecommendationPrioSource$manual = function(){return $KeywordRegistry._autoPad("MANUAL");};
$KeywordRegistry.campaignType = function(){return "CampaignType";};
$KeywordRegistry.campaignType$Campaign = function(){return "CAMPAIGN";};
$KeywordRegistry.campaignType$Event = function(){return "EVENT";};
......
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