Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

$this->model() returns null if the model is softdeleted #16

Open
ysiellegermain opened this issue Nov 24, 2022 · 0 comments
Open

$this->model() returns null if the model is softdeleted #16

ysiellegermain opened this issue Nov 24, 2022 · 0 comments

Comments

@ysiellegermain
Copy link

ysiellegermain commented Nov 24, 2022

This function does not check withTrashed() models and this exception is raised :
exception: "ErrorException"
file: "\vendor\izi-dev\nova-conditional-field\src\Http\Controllers\ConditionController.php"
line: 65
message: "Trying to get property 'type' of non-object"

public function model()
{
$model = $this->resource->model();
if ($this->request->input('resourceId') !== null) {
$model = $model->find($this->request->input('resourceId'));
}
return $model;
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant