Calendar problem with skipped records?

A place for users and developers of the Xataface to discuss and receive support.

Calendar problem with skipped records?

Postby Martin Dowse » Thu Apr 16, 2009 1:27 am

Version 1.5.5

The calendar is really really useful but I noitced one thing that may be a bug. If you are in list mode paging through records and then click on the calendar the url request string passed to the calender includes the current -skip=x parameter so the calendar omits the first x records. To stop happening I added the following to index.php

if (($_REQUEST['-table']) == 'Jobs' and ($_REQUEST['-action']) == 'calendar') {
$_REQUEST['-skip'] = 0;
}
Martin Dowse
 
Posts: 12
Joined: Mon Aug 04, 2008 4:42 pm

Postby shannah » Fri Apr 17, 2009 10:41 am

Thanks for reporting this. I'll look into this when I get a chance to confirm whether this is desired behavior, and if so, how it can be changed to achieve better results.

-Steve
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 14 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved