Janette Day
Janette Day
Adds a fulltext indexer service - [ ] Test coverage exists - [ ] Documentation exists ## QA Steps - [ ] Add manual QA steps in checklist format for...
https://github.com/GetDKAN/dkan/blob/2.x/modules/datastore/src/Plugin/QueueWorker/Import.php#L137 ## Steps To Reproduce 1. Create a dataset with a csv distribution 2. Run cron 3. Check sites/default/files/resources/ 4. Confirm the empty directory for your distribution is still there...
Currently the [file usage](https://github.com/GetDKAN/dkan/blob/2.x/modules/json_form_widget/json_form_widget.module#L74) is tied to a non-existent entity type (json_form_widget) and the users id. 1. This causes an error when clicking on the usage link in /admin/content/files -...
## User Story When I add related document links to my dataset I would like to provide nice human readable text to inform the user what they are clicking on...
## Steps To Reproduce 1. Go to `admin/dkan/datastore` and select Last Update AND Distribution 2. Review the queue and confirm nothing is queued `drush queue:list` 3. Edit any non-triggering field...
## Steps To Reproduce 1. Go to `admin/config/search/search-api/index/dkan/fields` 2. Click **Add fields** 3. Add 'license' field and 'distribution__item__format' and save 4. Rebuild tracking information, re-index, and clear cache 5. Confirm...
Currently the license data is entered into a select field. When harvesting the license values are urls and end up in the search facet as unclickable links ## Acceptance Criteria...
`metasatore/src/Service.php` is currently using a hard coded http://dkan from `schema/collections/catalog`, we want it to use the $base_url value instead
## User Story I want an upload option on my dataset form that sends the file to Akamai NetStorage https://github.com/akamai/NetStorageKit-PHP https://www.drupal.org/project/flysystem https://flysystem.thephpleague.com/v2/docs/adapter/sftp/ ## Acceptance Criteria
## Steps To Reproduce 1. Create a harvest for a data.json file where the **downloadURL** value is a link to a file that does not exist at that endpoint. 2....