Roundup Tracker - Issues

Message7174

Author rouilj
Recipients reda, rouilj
Date 2021-04-08.15:44:10
Message-id <1617896650.71.0.647959946947.issue2551126@roundup.psfhosted.org>
In-reply-to
Hello reda:

This does looks like a bug.

However the bug was triggered by an error in your form. It reports as:

  Erreur de modification\xc2\xa0: Cl\xc3\xa9 doc incorrecte : sans

I am not able to understand what failed.

Because of this error the string submitted as the value
of chiffrageDelai was not converted into a date. So calling
local on it failed.

Fixing the issue that caused the initial error would remove the trigger
for the failure.

Changing context.chiffrageDelai.pretty('%Y-%m-%d') to plain() will 
succeed even if the trigger is present.

I started a discussion on the developer mailing list on the best
way to fix this. You can view the archive at: 
https://sourceforge.net/p/roundup/mailman/roundup-devel/.

The next version 2 release (mid July) will include the fix.
I do not expect there to be any more releases in the 1.6 line.
So I will also generate a patch for 1.6.1 that you can apply to
fix this issue.

Hopefully we will have a patch by next week.

Have a great day.

-- rouilj
History
Date User Action Args
2021-04-08 15:44:10rouiljsetmessageid: <1617896650.71.0.647959946947.issue2551126@roundup.psfhosted.org>
2021-04-08 15:44:10rouiljsetrecipients: + rouilj, reda
2021-04-08 15:44:10rouiljlinkissue2551126 messages
2021-04-08 15:44:10rouiljcreate