You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the function getSliderCodeUsedConfig is called from layout ( oro ).
In class SliderDataProvider in function public function getSliderCodeUsedConfig()
the line $slider = $this->sliderRepository->find($sliderId); should be called only if sliderId is not empty and , if not should do something else to prevent error 500.
The text was updated successfully, but these errors were encountered:
Since the function getSliderCodeUsedConfig is called from layout ( oro ).
In class
SliderDataProvider
in functionpublic function getSliderCodeUsedConfig()
the line
$slider = $this->sliderRepository->find($sliderId);
should be called only if sliderId is not empty and , if not should do something else to prevent error 500.The text was updated successfully, but these errors were encountered: