Skip to content
Snippets Groups Projects
Commit a711dfb4 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix error for campaignplanning in some database-systems

parent cfbe976d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ var TARGET_CONTEXT_ELEMENT = "CampaignStep";
var resultRay = [];
var campaignsQuery = "select CAMPAIGNID, CAMPAIGN.\"NAME\""
var campaignsQuery = "select CAMPAIGNID, CAMPAIGN.\"NAME\" "
+ "from CAMPAIGN ";
var stepsQuery = "select CAMPAIGNSTEPID, CAMPAIGNSTEP.NAME, CAMPAIGNSTEP.PREDECESSORSTEP_ID,"
+ " CAMPAIGNSTEP.DESCRIPTION, CAMPAIGNSTEP.DATE_START, CAMPAIGNSTEP.DATE_END, CAMPAIGNID"
......
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