Custom rule with additional data not retriving ID at update form #5582
Answered
by
crynobone
ProjectesFUAB
asked this question in
Q&A
-
|
When creating a custom validation rule with additional data (as indicated in the Laravel documentation) $this->data does not include the value of the field ID and neither the values of the Hidden fields. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
May 31, 2023
Replies: 1 comment 2 replies
-
|
You should be able to retrieve the resourceId from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the current behaviour is intended and you should get the ID from Request object.