Re: Quickcreate editview broken in Meetings and Calls in 5.1
HI,
I was facing the same problem.I got the solution but this is not upgrade safe.
For that you need to changes in
modules/Calls/CallHelper.php
here you need to add the condition for QuickCreate in function getDurationMinutesOptions
Old Line: (Line no. 50 For me)
if($view == 'EditView' || $view == 'MassUpdate')
Replace with this New line
if($view == 'EditView' || $view == 'MassUpdate' || $view == 'QuickCreate')
And OldLine: (Line no. 52 For me)
if($view != 'MassUpdate')
Replace with this New Line
if($view != 'MassUpdate' && $view != 'QuickCreate')
THIS IS NOT UPGRADESAFE
Best Regards
---------------------------------------
Jaydeepsinh Sagar
Bookmarks