We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Global scopes like soft delete breakes controller
Must be somthing like this:
$model = $request->modelClass::withoutGlobalScopes()->find($request->dependKey);
or need to define some closure to prepare model query
The text was updated successfully, but these errors were encountered:
@MichailSuroven please make a PR and i will merge ist asap
Sorry, something went wrong.
seems my composer take renovate branch instead of master
but in master branch i guess field.js compiled from old resource, so any request not contain dependOn prop and fails, i cant check newer version
@MichailSuroven ah yes. The master is currently in development and not stable. Let us release v3 and then you can make a pr. Sorry for the delay D:
No branches or pull requests
Global scopes like soft delete breakes controller
Must be somthing like this:
$model = $request->modelClass::withoutGlobalScopes()->find($request->dependKey);
or need to define some closure to prepare model query
The text was updated successfully, but these errors were encountered: