- Laravel Version: 8.83.27
- Nova Version: 4.32.16
- PHP Version: 8.1
- Operating System and Version: Ubuntu 20.04
- Browser type and version: Chrome 122.0.6261.95
Hi!
Description:
Resource fields:

Custom validation rule for the debugging:

Detailed steps to reproduce the issue on a fresh Nova installation:
-
Create a row for debug. Check ID. Then Click "Edit".

-
Edit -> Update & Continue

-
Check logs when passed CustomDebugRule(). Where is id field?

The same issue for the BelongsTo fields. The BelongsTo fields are skipped in array $this->data. I need access to all fields in Custom Validation Rule.
How to fix this issue?