Skip to content

Commit

Permalink
Added blank entries to column data vocabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejmets committed Nov 20, 2024
1 parent 2fba87b commit f29f8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/senaite/timeseries/extenders/abstractbaseanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@
subfield_vocabularies={
"ColumnType": DisplayList(
(
("", ""),
("index", _("Index")),
("data", _("Data")),
("average", _("Average")),
)
),
"ColumnDataType": DisplayList(
(
("", ""),
("float", _("Float")),
("number", _("Number")),
# ("date", _("Date")),
Expand Down

0 comments on commit f29f8c1

Please sign in to comment.