Hi you all.

I've realized that the page of timetracks reports doesn't appear. I select the popup display and click "Report", it thinks for a while and finally does nothing. On the other hand the same functionallity on expenses module work properly.

I'm on the 5.x-1.x-dev version. I've tried to compare what is different from the expenses reports, which do work, and I can't see any noticeable difference. Anyone having storm 5 has experienced any trouble? Any idea?

Comments

jorditr’s picture

In fact I realize that the upper URL is http://www.site.com/es/storm/timetrackings/report/std/es but it is still showing exactly the same as http://www.site.com/es/storm/timetrackings... Is like it tries to load the page but finally fails and paints the same.

jorditr’s picture

I've finally seen that on stormtimetracking.module on line 158, inside the menu function, the path to the reports page is defined as:

<?php
            'path' => 'storm/timetrackings/report/%/%',
?>

Now it works with changing it to:

<?php
            'path' => 'storm/timetrackings/report',
?>

That's the difference I saw with the expense.module which was working properly and at least it works also on timetracking reports.

Magnity’s picture

Status: Active » Closed (won't fix)

Development has stopped on the 5.x branch (see #410784: Looking for a new maintainer), so I am marking this as "Won't Fix".

If the issue also affects the 6.x branch please reopen under that category.