Impossible to delete a bug from an Executed test case

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
maste
TestLink user
Posts: 3
Joined: Tue Mar 31, 2009 9:08 pm

Impossible to delete a bug from an Executed test case

Post by maste »

Hi all,

Testlink 1.8.1 linked with Mantis as bugtracker.
Language : French

Today i executed a test case. It was failed, i created a bug in Mantis and assigned the id in the test case (in testlink) in the relevant field.
After a while i tryed to remove it from the test case but a javascript error appeared. The bug could not be "delinked" to the test case.
It refered to this function : deleteBug_onClick() that seems to be located in the file ..gui\javascript\testlink_library.js.

The call is : javascript:deleteBug_onClick(1,'3', 'Really delete this bug? (Bug id 3)');

In french the call is :
javascript:deleteBug_onClick(1,'3', 'Voulez vous reellement supprimer l'anomalie? (Bug id 3)');

In fact in french "the bug" is translated in "l'anomalie".
The quote generates a Javascript error. This quote should be escaped.
Could someone araise this bug ?
Kind regards,

Stéphane
Last edited by maste on Thu May 14, 2009 5:36 pm, edited 1 time in total.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

please report on mantis
Locked