bcgov / ckanext-bcgov-schema

Custom Schema used by BCDC
Apache License 2.0
3 stars 3 forks source link

Changed notes field to description (ckan core) for groups/orgs #40

Closed joe-taylor closed 3 years ago

joe-taylor commented 3 years ago

Per bcgov/ckan-ui#495, the groups and organizations should probably store their descriptions in the built-in description field instead of creating a parallel notes field for the same purpose. This pull request is the first of several steps to resolve an outstanding bug where descriptions aren't showing up in the UI or updates to descriptions are going nowhere.

  1. Update the schema ← this pull request
  2. Update the ckanext-bcgov repo to reference this latest commit hash in requirements.txt
  3. Update ckan-ui to use description instead of notes in all the places instead of just some of the places