Centric CRM 4.1 (Stable and Released)
Core Team
Assignment
Priority:
Scheduled
Assigned To:
unassigned
Ticket # 121
This ticket is open
Severity:
Important
Category:
Functionality
Entered by:
Viet Duong
2/23/2007, 9:55 AM
Last modified:
Viet Duong
2/23/2007, 9:55 AM
Description
Hi,
I cannot not setup a campaign because for some reason the system keeps saying that the 'Run Date' is invalid. The date format is UK and works for everything else except the Campaign section. I'm running on OS X 10.4.8, Java 2, Tomcat 5.5.20 and MySQL 5.0.27. I have checked the error logs for Tomcat and there is nothing generated for this error.
I have built from source and used Postgres as the backend. But this part of the module still does not work.
I have just install the binary on Windows XP and used Postgres for the backend. I still had the same issue.
To get it to work I changed the jsp (campaign_center_schedule.jsp) page to the following:
FROM:
<dhv:permission name="campaign-campaigns-edit">
<zeroio:dateSelect form="inputForm" field="activeDate" timestamp="<%= Campaign.getActiveDate() %>"/>
<dhv:label name="project.at">at</dhv:label>
<zeroio:timeSelect baseName="activeDate" value="<%= Campaign.getActiveDate() %>" timeZone="<%= (Campaign.getActiveDateTimeZone() == null) ? User.getTimeZone(): Campaign.getActiveDateTimeZone() %>" showTimeZone="true"/>
<font color="red">*</font>
</dhv:permission>
<%=showAttribute(request,"activeDateError")%>
To:
<dhv:permission name="campaign-campaigns-edit" none="true">
<input type="text" size="10" name="activeDate" value="<zeroio:tz timestamp="<%= Campaign.getActiveDate() %>" dateOnly="true" />" disabled="disabled">
</dhv:permission>
<dhv:permission name="campaign-campaigns-edit">
<zeroio:dateSelect form="inputForm" field="activeDate" timestamp="<%= Campaign.getActiveDate() %>" timeZone="<%= (Campaign.getActiveDateTimeZone() == null) ? User.getTimeZone(): Campaign.getActiveDateTimeZone() %>" showTimeZone="true" />
</dhv:permission>
<%=showAttribute(request,"activeDateError")%>
This works but you cannot choose the time for the Run Date. It looks like a bug. Please can you advise on when this issue will be resolved.
Thanks.
Solution
A solution hasn't been entered
File Attachments
There are no file attachments
Ticket Activity
Date | Event |
---|---|
Viet Duong 2/23/2007, 9:55 AM | [ Ticket Opened ] |
Viet Duong 2/23/2007, 9:55 AM | [ Ticket is unassigned ] |
Viet Duong 2/23/2007, 9:55 AM | [ Priority set to Scheduled ] |
Viet Duong 2/23/2007, 9:55 AM | [ Severity set to Important ] |
Distribution List |
---|
matt r. |