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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions