Please see the [META Release blockers issue](https://github.com/backdrop-contrib/reference/issues/16) for the release-blocking issues. Here is a longer todo list: - [ ] what to do when rendering a referenced entity that references other entities? - [ ] validate that the text matches the title of the entity with the entered id - [ ] figure out proper way to set widget title so it isn't repeated with multiple values. - [ ] make sure that a default value can be set in the field instance settings form - [ ] update field validation to test that the referenced entity meets current restrictions - [ ] autocomplete to get entity labels that start with the typed text before just containing - [ ] additional field formatter to display rendered entity - [ ] multilingual support for label autocomplete - [ ] Use delivery callback to return json Please see the [META for tests to be added](https://github.com/backdrop-contrib/reference/issues/27) Upgrade paths: - [x] https://github.com/backdrop-contrib/reference/issues/60 - [x] https://github.com/backdrop-contrib/reference/issues/28 - [x] https://github.com/backdrop-contrib/reference/issues/59 Possible core changes: - [ ] let title be configured in manage field display - [ ] add plural for bundle labels - [ ] hide the numeric id from the user after autocomplete select - [ ] standardized autocomplete widget - [ ] (replace references provided by other core modules, such as taxonomy tags and other term refs) - [x] add bundles for file entities - [x] file key for includes in hook_field_widget_info and hook_field_formatter_info - [x] file key for includes in hook_field_info Needed core changes for File : - [ ] url to handle file stream wrappers: https://github.com/backdrop/backdrop-issues/issues/2300 - [x] file entity uri returns options array: https://github.com/backdrop/backdrop-issues/issues/2299
Please see the META Release blockers issue for the release-blocking issues.
Here is a longer todo list:
Please see the META for tests to be added
Upgrade paths:
Possible core changes:
Needed core changes for File :