Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META] Todo list for feature parity with D7 #4

Open
7 of 22 tasks
docwilmot opened this issue Oct 19, 2016 · 4 comments
Open
7 of 22 tasks

[META] Todo list for feature parity with D7 #4

docwilmot opened this issue Oct 19, 2016 · 4 comments

Comments

@docwilmot
Copy link
Member

docwilmot commented Oct 19, 2016

Please see the META Release blockers issue 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
Upgrade paths:

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)
  • add bundles for file entities
  • file key for includes in hook_field_widget_info and hook_field_formatter_info
  • file key for includes in hook_field_info

Needed core changes for File :

@docwilmot

This comment has been minimized.

@xmacinfo
Copy link

Is it also possible to include:

  • Reverse field relationship (a field that would display all nodes parent automatically), without requiring a view?

@herbdool
Copy link

herbdool commented May 7, 2017

Can we add hooks to this list so that the behaviour and selection of the field can be extended by other modules? (Much like in entity reference, references).

@jenlampton jenlampton changed the title Todo list [META] Todo list for feature parody with D7 Oct 26, 2017
@laryn laryn changed the title [META] Todo list for feature parody with D7 [META] Todo list for feature parity with D7 Dec 12, 2017
@mikemccaffrey
Copy link
Member

@herbdool We can add hooks where folks are finding that they need them. However, for the most part, it seems desirable for other modules to just define their own field formatters and selection widgets if they are looking for functionality that differs from the default behavior.

If anyone thinks that we should provide a hook in a particular location, can you please open a issue for just that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants