This commit is contained in:
jmoya 2018-07-17 16:17:19 +00:00
parent 3ceb62a23b
commit dd0f149d97
3 changed files with 5 additions and 3 deletions

View file

@ -8,7 +8,7 @@ var Item = {};
jQuery(document).ready(function () {
getDataModel();
@ -213,7 +213,7 @@ this.ActualizarItem = function () {
this.InsertarItem = function () {
if (ValidarPermisos('Crear catálogos').length > 0) {
ObtenerAplicaciones();
if (!$("#formCatalogo").valid()) {
toastr.warning("Ingresar todos los campos que son requeridos.");

View file

@ -7,7 +7,7 @@ var UsuarioSistema = $("#hiddenUsuarioSistema").val();
var NombreUsuario = $("#hiddenNombreUsuario").val();
var server = window.location.protocol + "//" + window.location.hostname + "/" + (window.location.pathname.split('/')[1]) + "/";
var SinorLoginWCF = "http://localhost/AYA.SlnSinort.WCF/Sinort.svc";
var SinorLoginWCF = "http://10.50.1.123:2070/Sinort.svc";
var string_empty = "";
var Atesa = {};
var StarterTemplateVisible = true;

View file

@ -447,6 +447,7 @@ this.CargarGridSubContenido = function (data) {
];
$('#tableSubCategoriaContenido').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaContenido, false);
ENDREQUEST();
}
else {
@ -517,6 +518,7 @@ this.CargarGridSubGrupoTematico = function (data) {
];
$('#tableSubCategoriaGrupoTematico').TableInit(0, false, true, true, false, columnDefinition, listaSubCategoriaGrupoTematico, false);
ENDREQUEST();
}
else {