Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

issue on today scre...
 
Notifications
Clear all

issue on today screen when attach some report

4 Posts
3 Users
0 Reactions
3,783 Views
 BEAU
(@mamath)
Posts: 24
Active Member
Topic starter
 
[#1335]

Hello,

If you add a report to your today screen, and if this report is like 'reportGlobalWorkPlanningMonthly'. when you arrived on the today() you have no error but no report.
The problem comes from the '?' include in the field 'file' of this report.

in fact in the line 593 of today.php, you add a '?' in parameter line but for this report the '?' already exist.

Sorry for my english, i'm not sure to be clear.

so in line 598, application try to load a file like (with 2 '?') :
globalWorkPlanning.php?scale=month.?idProject=2&idTeam=&periodType=month&periodValue=201308&yearSpinner=2013&monthSpinner=.'

I expect this post can help you...

Best Regards


 
Posted : 22 Aug 2013 3H33
(@babynus)
Posts: 14952
Member Admin
 

Hi,

issue recorded as ticket #1171

Thanks for reporting


 
Posted : 22 Aug 2013 17H30
(@babynus)
Posts: 14952
Member Admin
 

Issue fixed.

Fix is :
In /view/today.php, replace line 593

$urlParam.=($urlParam)?'&':'?';

with

$urlParam.=($urlParam or strpos($rpt->file,'?')>0)?'&':'?';

Fix will be deployed on V3.5.0


 
Posted : 22 Aug 2013 17H49
(@haleyfredy)
Posts: 2
New Member
 

Strange as I just tested again : even with incorrect imap definition, Cron is not stopped, just an error logged.

------------------
I hope your summer is just like Sexy Corsets UK filled with surprises.


 
Posted : 23 Aug 2013 14H17
Share:

Scroll to Top