- En los navegadores Chrome, Safari y Opera; no adiciona la condicion con el condition editor
- se soluciono este problema adicionando las opciones para estos navegadores
- When the title is too long the window is offset by the scroll bar to see a wrong way and also the title.
- Molding was conducted in the processmap title and also the link generated in the process_export to trim the name according to the box you have.
- These fields are ommited when the list is generated
- An optional parameter was added, which if it is on "1" includes multiple selection fieds: such as listbox, checkgroup and grid
- File field can't be included becuase it's necessary to define first how files will be copied if we decide to include it later
- en realidad solo ocurre al momento de editar las fechas de la grilla holydays
- se soluciono este problema cambiando la manera validar el rango de fechas validas para este proposito
- there was no validations for native & custom date files while data preview for report tables
- validations added and posibles empty strings now are mapped to NULL on db.
- En la version de PM 2.0 testing 16 cuando se habilita la opcion de forgot password y este despliega un mensaje de fatal error.
- Correción en el mensaje de respuesta de error.
- the problem originally was that never is derivation handling correctly to conditional forks and normal forks
- code was improed and handled for both forks at derivation types
- New requirement in the creation of plugins, creating dashlets
- The new option was added in the wizard for creating dashlets
- Fixed the files needed for this new option
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents
- Added field title for to opcion "new" and "edit" dashlet
- Added field title in list of dashlets
- Added title value in DASHLET_INSTANCE.DAS_INS_ADDITIONAL_PROPERTIES field, this in "inser.sql" file
- The main problem was on the onclick user functions were being setting up on paged tables headers, (with gulliver vars like @QSTEP_UID, etc) that were not replacing properly beuase are headers and not normal rows!!, that was wrong and causing the famous problem of "Conditional Compilation Error" on IE
- Finally this problem is solved leaving the onclick events for those hheaders only with doSort() at propeltable function.
- It was found that the problem lies in the layout that only affects IE.
- Se modifico el atributo de layout de border a fit, en este caso si funciona para los tres navegadores firefox, chrome, IE.
- The reassignCase() web service doesn't allow assigned users to be designated to work on cases, but it does allow non-assigned users to be designated.
- Fix-Bug in the reassignCase function to be adjusted according to suggestion.
- Processmaker treats the "%" (modulus operator) followed by a number in JavaScript as a reference to a special character.
- Adjustment in the encodes characters in the Dynaform editor.
- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length.
- Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
- When you disable the plugin is removed the records from the table DASHLET_INSTANCE
- Solved the problem by avoiding the removal of the records in the table DASHLET_INSTANCE
- To the list are taken into account records the DASHLET_INSTANCE that have a bearing on DASHLET
- Migrate Logo Setup to ExtJS from master branch
- Changing in the selection of image and adjustments in Logo Setup Options, ExtJS migrated from the master branch.
- En la version de PM 2.0 testing 15 existe un problema de visualizacion en el scroll bar inferior de la ventana en chrome.
- Cambio en tamaño de control , para la visualización del scroll.
- En la pestaña Case Scheduler con la opción "Execution Time", al ingresar manualmente ":" para ingresar la hora este se desconfigura; es decir, cuando se ingresa por ejemplo 12:05, y al presionar dos puntos la hora que se visualiza es 05:12. Y aunque tenga mascara el campo, permite ingresar los dos puntos, el problema debe ser por algun script que tenga esta opción.
- Se soluciono este problema impidiendo colocar ':' ya que este tiene problemas con la mascara de processmaker, se adiciono una explicacion al lado izq de su pantalla para explicar como funciona.
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
- The problem arises when you run the method "routeCase" through web services, in the execution of the triggers can not access variables like @ @ APPLICATION.
- The problem is solved by keeping the variables @ @ APPLICATION and others in the execution of method "derivateCase"
- Despues de presionar el boton "Save" en las propiedades de las tareas simplemente se estaba cerrando el panel
- Ahora despues de cerrar el panel se muestra un mensaje de confirmacióe que los cambios fuerin guardados con exito
- that behavior was happending after codemirror editor was added in script text area.
- the problem was solved adding a set focus() call after codemirror editor was loaded.