VimRookie

Results 4 comments of VimRookie
trafficstars

Any solution? I have the same question.

It works. But when I try to add another unique rule, not validate the new. Example: ValidatorInterface::RULE_UPDATE => [ 'cedula' => 'required|unique:trabajadores', 'correo' => 'required|unique:trabajadores', ], $this->validator->with($data)->setId($id)->passesOrFail(ValidatorInterface::RULE_UPDATE); This ignores for...

> Seleccionar todos {{year.viewValue}} `selectAll(select: NgModel, values) { if (Object.keys(this.selectedYears).length > 1) { this.checkAll = false; select.update.emit([]); } else { this.checkAll = true; select.update.emit(values); } }` This work for me...