Skip to content

Commit

Permalink
feat(misc): changelog;
Browse files Browse the repository at this point in the history
- Added more change log files.
  • Loading branch information
JVickery-TBS committed Sep 18, 2024
1 parent d5d7a41 commit 011549b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/127.a.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added `format_trigger_error` method to format Database errors in a pythonian way to support language translations in the CKAN framework.
1 change: 1 addition & 0 deletions changes/127.b.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The DataDictionary form will now show the Recombinant resource's schema as readonly fields. The DataDictionary front-end will now show non-schema fields such as any additional fields added by filter scripts, allowing normal usage of DataDictionary for these fields.
1 change: 1 addition & 0 deletions changes/127.c.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Occurence from field schemas will now display in the Excel reference sheet and in the DataDictionary front-end.
1 change: 1 addition & 0 deletions changes/127.d.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed an issue with full text choices not spanning 2 columns in the Excel reference sheet.
1 change: 1 addition & 0 deletions changes/127.e.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Recombinant field schemas now support `max_chars`, limitting the field value to a character count with an excel formula. Use the `max_char_error` Database trigger/function from the Canada extension.
2 changes: 1 addition & 1 deletion changes/127.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Recombinant chromos now support DataStore foreign key constraints.
Recombinant chromos now support DataStore foreign key constraints. The Recombinant plugin limits all foreign key usages to Recombinant resources.

0 comments on commit 011549b

Please sign in to comment.