Validation rules not working #790
Replies: 4 comments 2 replies
-
Hello @amigolj First, what are you trying to do exactly? Can you share your migration, model, and a return from Cheers. |
Beta Was this translation helpful? Give feedback.
-
@jorgetwgroup sorry I'm the first time to use this feature of github. It's model: namespace App\Models; use Backpack\CRUD\app\Models\Traits\CrudTrait; const ESTIMATE_MENU_ITEM = 'estimate_menu_item'; class ItemMenu extends Model
}` |
Beta Was this translation helpful? Give feedback.
-
Hi @amigolj if not rule is apply on submit, did you check you have a call for "setValidation" of the request file at the beginning of the method?
Cheers. |
Beta Was this translation helpful? Give feedback.
-
Due to not activity i will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi could you please help with this rule

required_if
is not workingBeta Was this translation helpful? Give feedback.
All reactions