History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4269
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: -- --
Assignee: Henry Minsky
Reporter: Frisco Del Rosario
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

No event data in calendar demo for August 2007

Created: 10/Jul/07 01:41 PM   Updated: 10/Sep/07 09:53 PM
Component/s: SA - Calendar
Affects Version/s: 4.0.3
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in branch: branches/legals
Runtime: N/A
Fix in hand: False


 Description  « Hide
Open the calendar demo. Go to August.

Expect
Sample event data

Got
None

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Josh Crowley - 24/Jul/07 09:56 AM
Approved by Phil R.

Henry Minsky - 13/Aug/07 05:47 PM
This is probably due to the fact that <datasource> tag no longer works, and calendar demo uses it. I have a patch for this.
- <datasource name="http">
- <dataset name="serverdata"
+ <dataset name="serverdata" type="http"
                  ondata="if (!dataloader) return; dataloader.run()" />
- </datasource>