Skip to content
Snippets Groups Projects

Removing the code that resets session_id.

Open Igor Čurk requested to merge issue/layout_builder_widget-3399568:2.0.x into 2.0.x

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Ready to merge by members who can write to the target branch.

Merge details

  • 2 commits and 1 merge commit will be added to .
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • I have removed below code from the widget code. I'm not sure why this code is being used and what this could will break, but at the moment it did fix our problem.

    // Reset storage ID if ajax was triggered.
        if ($form_state->getTriggeringElement()) {
          $storage_id = '';
        }
  • closed

  • reopened

Please register or sign in to reply
Loading