CMS MADE SIMPLE FORGE

CGCalendar

 

[#6540] All day toggle problem

avatar
Created By: Nik (NikNak)
Date Submitted: Wed Jun 01 10:34:14 -0400 2011

Assigned To: Robert Campbell (calguy1000)
Version: 1.6.1
CMSMS Version: None
Severity: Major
Resolution: Fixed
State: Closed
Summary:
All day toggle problem
Detailed Description:
Hi Robert

When I set an event as 'all day' the time fields dissappear as they should. But
after I submit the record and reopen it, the toggle is still on "all Day" but
the time fields have re-appeared. If I then want to set a start time, I can't do
it. Un Toggling the 'All day' makes the times disappear.

Thanks

Nik


History

Comments
avatar
Date: 2011-08-08 10:31
Posted By: Heather Gardner (LadyHLG)

Possible Fix:

modules\CGCalendar\templates\admin_add_event.tpl

Line 97

Look for:
{if $event.all_day_event == -1}

Change To:
{if $event.all_day_event == 1}


      
Updates

Updated: 2012-12-29 00:44
state: Open => Closed

Updated: 2012-06-24 23:23
resolution_id: => 7
cmsms_version_id: => -1