UI refers to "Release" instead of "Series"

Bug #1054520 reported by Gavin Panella
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Invalid
Medium
Unassigned

Bug Description

[lp:~andreserl/maas/distro_series_support was merged moments before my
review landed; this bug documents one of the points that still needs
addressing.]

+    <label for="id_distro_series">Release</label>
+    {{ node_form.distro_series }}
...
+    distro_series = forms.ChoiceField(
+        choices=DISTRO_SERIES_CHOICES, required=False,
+        initial=DISTRO_SERIES.default,
+        label="Release",
+        error_messages={'invalid_choice': INVALID_DISTRO_SERIES_MESSAGE})

s/Release/Series/g ?

Also, how about showing the effective series? See bug 1054515.

Tags: tech-debt
Gavin Panella (allenap)
description: updated
Changed in maas:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.