You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: DataLab \n"
9
9
"Report-Msgid-Bugs-To: \n"
10
-
"POT-Creation-Date: 2025-12-16 10:56+0100\n"
10
+
"POT-Creation-Date: 2025-12-16 12:43+0100\n"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language: fr\n"
@@ -27,6 +27,30 @@ msgstr ""
27
27
msgid"🛠️ Bug Fixes since version 1.0.2"
28
28
msgstr"🛠️ Correctifs depuis la version 1.0.2"
29
29
30
+
msgid"**Remove all results - AttributeError when ROI was removed:**"
31
+
msgstr"**Supprimer tous les résultats - AttributeError lorsque la ROI a été supprimée :**"
32
+
33
+
msgid"Fixed \"Remove all results\" action failing with `AttributeError: 'NoneType' object has no attribute 'get_single_roi_title'` when results contain ROI information but the ROI was subsequently removed from the object"
34
+
msgstr"Correction de l'action « Supprimer tous les résultats » qui échouait avec `AttributeError: 'NoneType' object has no attribute 'get_single_roi_title'` lorsque les résultats contiennent des informations de ROI mais que la ROI a été ensuite supprimée de l'objet"
35
+
36
+
msgid"The issue occurred when:"
37
+
msgstr"Le problème se produisait lorsque :"
38
+
39
+
msgid"Running an analysis with a ROI (e.g., Centroid on an image with rectangular ROI)"
40
+
msgstr"Exécution d'une analyse avec une ROI (par ex. Centroïde sur une image avec ROI rectangulaire)"
41
+
42
+
msgid"Removing the ROI from the object"
43
+
msgstr"Suppression de la ROI de l'objet"
44
+
45
+
msgid"Trying to delete all results via \"Analysis > Remove results > Remove all results\""
46
+
msgstr"Tentative de suppression de tous les résultats via « Analyse > Supprimer les résultats > Supprimer tous les résultats »"
47
+
48
+
msgid"The fix adds a proper None check before accessing the ROI's title"
49
+
msgstr"Le correctif ajoute une vérification de valeur None appropriée avant d'accéder au titre de la ROI"
50
+
51
+
msgid"This closes [Issue #286](https://github.com/DataLab-Platform/DataLab/issues/286) - 'Remove all results' fails with AttributeError when ROI was removed"
52
+
msgstr"Ceci clôture [Issue #286](https://github.com/datalab-platform/datalab/issues/286) - 'Remove all results' fails with AttributeError when ROI was removed"
53
+
30
54
msgid"**Analysis auto-recompute - Stale parameters after deleting results:**"
31
55
msgstr"**Recalcul automatique de l'analyse - Paramètres obsolètes après suppression des résultats :**"
Copy file name to clipboardExpand all lines: doc/release_notes/release_1.00.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
5
5
### 🛠️ Bug Fixes since version 1.0.2 ###
6
6
7
+
**Remove all results - AttributeError when ROI was removed:**
8
+
9
+
* Fixed "Remove all results" action failing with `AttributeError: 'NoneType' object has no attribute 'get_single_roi_title'` when results contain ROI information but the ROI was subsequently removed from the object
10
+
* The issue occurred when:
11
+
1. Running an analysis with a ROI (e.g., Centroid on an image with rectangular ROI)
12
+
2. Removing the ROI from the object
13
+
3. Trying to delete all results via "Analysis > Remove results > Remove all results"
14
+
* The fix adds a proper None check before accessing the ROI's title
15
+
* This closes [Issue #286](https://github.com/DataLab-Platform/DataLab/issues/286) - "Remove all results" fails with AttributeError when ROI was removed
16
+
7
17
**Analysis auto-recompute - Stale parameters after deleting results:**
8
18
9
19
* Fixed analysis parameters not being cleared when deleting analysis results, which could cause unexpected auto-recompute behavior when modifying ROIs
0 commit comments