Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] - Js search and popupService #1604

Merged
merged 9 commits into from
Feb 6, 2021
Merged

[fix] - Js search and popupService #1604

merged 9 commits into from
Feb 6, 2021

Conversation

ibelar
Copy link
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 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants