amateescu / revision_tree

Sandbox for Drupal's revision tree and related work
GNU General Public License v2.0
0 stars 0 forks source link

Hotfix: Contextual fields missing #15

Closed pmelab closed 5 years ago

pmelab commented 5 years ago

Adding of contextual fields meta information in hook_entity_type_build doesn't stick any more. Hardcoding to workspace field to keep the primary use case operational for now.

amateescu commented 5 years ago

The cause for this is https://www.drupal.org/project/drupal/issues/2554235

We need to find another way to register these "context fields" globally :)

pmelab commented 5 years ago

I was also thinking about perhaps having only the workspace field? We already have a hierarchy there, and perhaps we can add "virtual" workspaces. "live" and "live:1" for user 1 autosaves? Just thinking out loud.