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
In my ViewLeaveRequest I added the getOnCompletionAction() function as described in the usage section.
When I click on a row or on the View button I get the error "Call to undefined method App\Models\LeaveRequest::shouldBeHidden()".
This happens on non aproved leave request and fully approved ones.
Any idea what went wrong? I imported ApprovableModel with use EightyNine\Approvals\Models\ApprovableModel;
Kr. Albert Oxener
The text was updated successfully, but these errors were encountered:
In my ViewLeaveRequest I added the getOnCompletionAction() function as described in the usage section.
When I click on a row or on the View button I get the error "Call to undefined method App\Models\LeaveRequest::shouldBeHidden()".
This happens on non aproved leave request and fully approved ones.
Any idea what went wrong? I imported ApprovableModel with use EightyNine\Approvals\Models\ApprovableModel;
Kr. Albert Oxener
The text was updated successfully, but these errors were encountered: