Al tener cualquier smartlist vacío y aplico un filtro en cualquier columna del smartlist, aparece error de BadRequest.

alt text alt text

Pero, si cargo antes el smartlist, ya permite realizar el friltro sin problema.

alt text alt text

asked 10 Feb '21, 11:51

Erick%20T%C3%BAchez's gravatar image

Erick Túchez
210607168
accept rate: 37%

edited 10 Feb '21, 11:59

En realidad no es mayor problema, lo que pasa es que en versiones 1.11.2.3 para atras no ocurria eso.

(10 Feb '21, 12:01) FerdyB FerdyB's gravatar image

Hola Erick, si necesitas hacer un work around para el error, te comparto una solución, que si bien no es la solución final, pero ya no muestra el error del BadRequest.

Para realizar el work aorund tendrías que modificar sl scritp SmartList.js que se encuentra en la carpeta Scripts dentro de la instalación del sitio de Evolution y buscar las siguiente líneas de código:

SmartList.prototype.getDataUrlAction = function () {
    var url = this.options.getDataUrl;
    url += "?controllerArea=" + this.options.controllerArea;
    url += "&controllerName=" + this.options.controllerName;
    url += "&smartListCode=" + this.options.code;
    return url;
};

Y realizar la sustitución por lo siguiente:

SmartList.prototype.getDataUrlAction = function () {
    var url = this.options.getDataUrl;
    url += "?controllerArea=" + this.options.controllerArea;
    url += "&controllerName=" + this.options.controllerName;
    url += "&smartListCode=" + this.options.code;
    url += "&visibleColumnList=";
    return url;
};

Dentro de la modificación solo se le agregó la linea: url += "&visibleColumnList=";

link

answered 10 Feb '21, 18:29

glemus's gravatar image

glemus
(suspended)
accept rate: 51%

edited 10 Feb '21, 18:30

Muchas gracias, voy a validarlo.

(11 Feb '21, 10:10) Erick Túchez Erick%20T%C3%BAchez's gravatar image

Confirmo. Logré solucionar. Gracias.

(17 Feb '21, 16:06) Erick Túchez Erick%20T%C3%BAchez's gravatar image

Gracias por la explicación, se va incluir un incidente para que se diagnostique que sucede y se resuelva en el siguiente Hotfix.

Si encontramos una solución temporal que se pueda aplicar en los clientes, vamos a documentarlo como respuesta de esta pregunta.

link

answered 10 Feb '21, 13:47

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×18
×9

Asked: 10 Feb '21, 11:51

Seen: 410 times

Last updated: 17 Feb '21, 16:06

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática