Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/21.1.318/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
date: 2026-02-03
---
7 changes: 7 additions & 0 deletions content/21.1.318/items.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type,tags,title,weight,detail,item#
bug,"ui,integration","Fixed an issue where data selectors would not load data to select.",,,357323
bug,"ui,balloting","Fixed an issue where the Send to Partners modal had a very narrow column for the list of selectable forms.",,,357243
bug,"api,system","Fixed date parsing error when setting the Out of Office period when the date format on the server is set to display days first.",,,355591
enhancement,"ui,balloting","In the Quorum balloting server, once a partner submits an ""Approved"" response, they can no longer clear it. If the approval was submitted by mistake, the partner must contact the ballot operator to have the ballot resent and their response cleared.",,,356538
bug,"workflow,ui","Fixed the searching and sorting in the tasks grid of a workflow definition.",,,357326
bug,"system,ui","Reverted the data tables library change from version 21.1.317.",,,
5 changes: 3 additions & 2 deletions layouts/_default/home.versions.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- $all := (partial "get_all_versions" (dict "suppressHidden" false)) }}
{{- range $v := $all }}
{{- $dl := partial "download" (dict "detail" $v)}}
{{- range $v := $all }}
{{- if $v.Broken }}{{ continue }}{{ end }}
{{- $dl := partial "download" (dict "detail" $v)}}
{{- $manual := cond $v.HasBreakingChanges "manual" "" -}}
{{- printf "20%s,%s,%s\n" $v.Version $dl $manual }}
{{- end }}