Skip to content

[fix] - Js search and popupService#1604

Merged
DarkSide666 merged 9 commits intodevelopfrom
fix/js-quicksearch
Feb 6, 2021
Merged

[fix] - Js search and popupService#1604
DarkSide666 merged 9 commits intodevelopfrom
fix/js-quicksearch

Conversation

@ibelar
Copy link
Copy Markdown
Contributor

@ibelar ibelar commented Feb 5, 2021

Fix issue for js Search when not using Ajax request

  • add behat test for it
    Fix issue when using Popup
  • add missing popupService to atk object.

Small BC Break

Grid::$quickSearch property no longer accepts array value for setting model searchable field name. If you used to set searchable field name that way, you must use the new Grid::$searchFieldNames property.

$g = Grid::addTo($app, ['searchFieldNames' => ['name', 'iso'])

@ibelar ibelar requested a review from DarkSide666 February 5, 2021 16:55
@ibelar ibelar added the BC-break label Feb 5, 2021
@ibelar ibelar added the RTM label Feb 5, 2021
@DarkSide666 DarkSide666 merged commit 0b32a2b into develop Feb 6, 2021
@DarkSide666 DarkSide666 deleted the fix/js-quicksearch branch February 6, 2021 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants