Problem/Motivation

The multi-step form progress is currently programmatically saved in the form state using a validation handler. However, Drupal Core supplies this out of the box for entity forms.

Proposed resolution

Rely on entity building instead of programmatically saving user input

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 3323753-2.patch10.34 KBidebr

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
Parent issue: » #3323754: [META] Actually working version
StatusFileSize
new10.34 KB

Attached patch implements entity building instead of programmatically saving user input

andrei.vesterli’s picture

Status: Needs review » Fixed
andrei.vesterli’s picture

Status: Fixed » Closed (fixed)