oxpi-nglib 1.0.41 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -653,7 +653,7 @@ class FuncionarioAddDialogComponent {
653
653
  this.focus.unregisterElement(this.elRef.nativeElement);
654
654
  }
655
655
  salvar() {
656
- if (this.model)
656
+ if (!this.model)
657
657
  return;
658
658
  const valMsg = valida$1(this.model, this.focus);
659
659
  if (valMsg) {
@@ -1043,6 +1043,8 @@ class AuthDataService {
1043
1043
  adminClienteFidelidade: false,
1044
1044
  adminConfiguracoes: false,
1045
1045
  adminPesquisaSatisfacao: false,
1046
+ adminReservaEdit: false,
1047
+ adminReservaVisualiza: false,
1046
1048
  onGerencialLogin: false,
1047
1049
  onGerencialPrincipal: false,
1048
1050
  onGerencialDiario: false,