Closed (fixed)
Project:
BAT online reservations for Drupal
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2018 at 16:07 UTC
Updated:
5 Jul 2018 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
acrollet commentedCiao Maurizio, thanks for the patch! I've updated it against the latest dev and made a couple changes, could you review? Please note I removed the params element as I don't see a need to pass a possible large variable around when the information can be retrieved again.
Comment #3
acrollet commentedComment #4
acrollet commentedupdated the patch with a more precise variable name.
Comment #5
maurizio.ganovelliThank you Adrian!
You're right, there's not need to pass param variable since all search parameters could be retrieved using \Drupal::request()->query->get('...') or \Drupal::request()->query->all().
I've tested the patch and it's working perfectly.
Comment #7
acrollet commentedThanks for the contribution! Committed in 7f608e7.