Add a cache context for the uuid query argument.
1 unresolved thread
1 unresolved thread
Closes #3397987
Merge request reports
Activity
95 95 // Attempt to load from preview when the uuid is present unless we are 96 96 // rebuilding the form. 97 97 $request_uuid = \Drupal::request()->query->get('uuid'); 98 $form['#cache']['contexts'] = ['url.query_args.uuid']; changed this line in version 2 of the diff
added 1 commit
- 2b4c3ef8 - Add a cache context for the uuid query argument.
Please register or sign in to reply