- Faltaba agregar una validacion en el formulario de edicion en caso de que la clase del dashlet haya sido desactivada o borrada
- Ahora se redirecciona de nuevo al listado y se muestra un mensaje de error que indica que el objeto no existe y que posiblemente
el plugin relacionado haya sido desactivado
- Last used search string in all search boxes is always kept for new searches along with results, should be cleared for new search
- fixed this problem, cleaning the above search boxes.
- for some php versions date.timezone is not configurated by default, that why th problem
- on cli.php date.timezone is being configurated now, if env.ini exists, its configuration in read
- si existe esta ventanita de error debido a que al hacer el segundo clic se aborta el primer llamado al ajax
- pera solucionar esto en failed se quito la ventanita de error, ya que al hacer un clic abre la ventana de summary, y al doble clic debe abrir el caso.
- El bug se corrigio en el core no en el plugin, las etiquetas q se muestran en
el menu contextual estan embedded en el codigo del core y simplemente se usan
cuando el plugin esta activo, no mostraba la etiqueta correcta porque el ID del label
no estaba correcto
- Se cambiaron los ID erroneos:
ID_CONVERT_TO NATIVE_REPORT_TABLE -> ID_CONVERT_NATIVE_REP_TABLE
ID_CONVERT_TO_SIMPLE_REPORT -> ID_CONVERT_SIMPLE_REPORT
- El problema era en el core no en el plugin de batch routing y ademas el bug
no es precisamente que no se cierra con un click como se indica, lo que sucede
es que al hacer varias veces click en el icono del summary, varias ventanas
con el summary son abiertas, en este caso fueron abiertas 2 ventanas con el
summary y se cerro una y se mostro la segunda en la misma posicion, y asi daba
la impresion de que no se habia cerrado la misma, cuando en realidad era la
segunda ventana abierta.
- Se corrigio el bug validando que no se abra otras ventanas summary si ya
existe una abierta
- el label New al cambiar de idioma por tener una tamañuperior al definido se convertian en dos filas.
- Se procedio aumentar el colWidth a 80, del file steps_Options.xml.
- When install the plug-in enterprise-1.4 and upgrade to version enterprise-2.0 generate one "Fatal error"
- Added methods in the core of processmaker
- Added code in the plug-in enterprise-2.0 to uninstall the previous version automatically
- Al revisar el panel se advirtio que en el archivo cases_ToReviseOutputDocView.php se ejecutava un js creando el panel.
- Se verifico que al borrar el js no afecte a otros procesos que puedan estar llamando a este file.
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
- In the case step was not performed for external verification step, the case if a plugin existed or not.
- Added a verification whether or not there is a plugin for an external step, plus add a label in os environment.
- When the plugin is enabled Knowledgetree displays an error when you download the file
- Was added the necessary code to download the file when the plugin Knowledgetree is enabled
- Also added code in the plugin Knowledgetree, for this change to work properly
- Showed a modification in the function getAllGroup which changes the whole structure due to commit 917a1ac704.
- Changed foreach structure to explore the new listing.
- It was verified that no distinction was being the type of file that was downloaded.
- Added code to identify the Tido powerful file so just download and display the correct download link.
- el focus se quedaba en el dynaform cuando se añadia un link.
- este problema fue solucionado añadiendo una funcion focus1 y setTimeout('setFocus1()',500)
- a complete refactoring on skingEngine bootstrapper, now this is a class
- the mvc templatting engine was updated to work perfectly with templates that is using extjs engine
- a new "unmodern" was added to contains the new pmos modern main interface
- 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.