grido icon indicating copy to clipboard operation
grido copied to clipboard

Fix property access from Nette DB ActiveRow

Open peterpp opened this issue 1 year ago • 1 comments

If ActiveRow property contains null, PropertyAccessor throws an exception.

peterpp avatar Sep 12 '24 08:09 peterpp

Or you can disable PropertyAccessor::THROW_ON_INVALID_PROPERTY_PATH as in this PR: #318

peterpp avatar Sep 12 '24 09:09 peterpp