Skip to content

Implement a way to identify each fields in all contexts #747

Description

@aguingand

Each field should have an encrypted identifier attribute that stores in which container it is:

  • ['form', instance_id?]
  • ['command', command_key, instance_id?] (EL entity / EL instance / show / dashboard)
  • ['form', instance_id?, editor_field, embed_key]
  • ['command', command_key, editor_field, embed_key]

After this identifier is implemented:

  • Remove RequestFieldContainerData handling front / back
  • Update HandlesFieldContainer to fetch the container based of the identifier
  • Update HandlesFieldContainer to validate embed container authorizations
  • Update HandleEmbed to fetch the embed based on the entity + editor field

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions