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

1372 datepicker cant reset the datepicker filter undefined array key start #1375

Conversation

luanfreitasdev
Copy link
Collaborator

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

  • Bug fix
  • Enhancement
  • New feature
  • Breaking change

Description

This Pull Request adds...

Related Issue(s): #_____.

Documentation

This PR requires Documentation update?

  • Yes
  • No
  • I have already submitted a Documentation pull request.

@luanfreitasdev luanfreitasdev merged commit 7fd887c into 5.x Feb 2, 2024
28 checks passed
@luanfreitasdev luanfreitasdev deleted the 1372-datepicker-cant-reset-the-datepicker-filter-undefined-array-key-start branch February 2, 2024 22:49
Copy link

@slavatriput slavatriput left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (!isset($values['start']) || isset($values['end'])) {
return;
} not iseet start OR isset['end'] is it correct condition ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DatePicker: Can't reset the datepicker filter. Undefined array key "start"
2 participants