Skip to content

Conversation

@ChavanAnkitaMahesh
Copy link

…ription for all changes

$defaultColToHide = (array) $this->model->getState('defaultColToHide');
if ($this->model->getState('defaultColToHide'))
{
$this->defaultColToHide = array_keys($this->model->getState('defaultColToHide'));
Copy link
Member

Choose a reason for hiding this comment

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

change as
if (!empty($this->model->getState('defaultColToHide')))

(array) or array_keys what is working here? @ChavanAnkitaMahesh

Copy link
Author

Choose a reason for hiding this comment

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

if we change as this "if (!empty($this->model->getState('defaultColToHide'))) " or if (!empty(array($this->model->getState('defaultColToHide')))) or (!empty(array_keys($this->model->getState('defaultColToHide')))) it dosent work

@manojLondhe manojLondhe changed the base branch from release-1.1.5 to release-1.1.6 March 30, 2021 06:37
@manojLondhe manojLondhe changed the base branch from release-1.1.6 to release-1.1.7 July 12, 2021 10:59
@manojLondhe manojLondhe changed the base branch from release-1.1.7 to release-1.1.8 August 17, 2021 12:03
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.

2 participants