Commit Graph

23 Commits

Author SHA1 Message Date
norahmollo
0d40ffbfb0 PM-476 Engine InnoDB
Tables Engine
2014-10-08 16:32:12 -04:00
Luis Fernando Saisa Lopez
7a13688b83 BUG 12029 "Sent By column blank in sub process" SOLVED
- "Sent By" column blank in sub process
- Problema:
  Al crear un Proceso y un Sub Proceso, cuando se inicia una tarea del Proceso Padre y se deriva a la tarea del Sub Proceso,
  en el Inbox el usuario autorizado en el Sub Proceso de la tarea al visualizar la columna "Sent By" no indica quien
  derivo la tarea mostrando siempre vacia.

- Solucion:
  Cuando se crea un Proceso y Sub Proceso, al iniciar la tarea del Proceso Padre y al derivar el caso a la tarea del
  Sub Proceso, en el Inbox el usuario autorizado de esa tarea visualizara la columna "Sent By" con el usuario quien derivo
  el caso.
  - Se ha creado el trigger SUB_APPLICATION_INSERT para la tabla SUB_APPLICATION, ya que en este punto se crea las
    delegaciones del Sub Proceso.
    El trigger corrige el campo PREVIOUS_USR_UID de la tabla APP_CACHE_VIEW que siempre esta vacio, esto cuando la delegacion
    es de un Sub Proceso.
  - Se ha añgo SQL al archivo "app_cache_view_insert.sql" para corregir el campo en conflicto "APP_CACHE_VIEW.PREVIOUS_USR_UID",
    ya que este SQL es utilizado para reconstruir la tabla APP_CACHE_VIEW, esto por ejemplo cuando se hace el "Build Cache"
    que esta en ADMIN>Settings>CasesListCacheBuilder

    Disponible para la version 2.5.2
2013-09-25 17:24:04 -04:00
Victor Saisa Lopez
1ba521623c BUG 0000 "Problem in order to insert data in table APP_CACHE_VIEW" SOLVED
- Added fields in clause "INSERT INTO"
* Available from version ProcessMaker-2.0.46
2013-02-01 13:07:26 -04:00
Julio Cesar Laura
70d7b292ce Add another missing file 2013-01-28 21:19:10 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -04:00
Julio Cesar Laura
ff75fd19c5 BUG 9916 Current User randomly assigned when unclaimed, then replaced SOLVED
- The MySQL triggers save this data with incorrect value
- Fix MySQL the triggers to store the right value
2012-10-18 14:21:18 -04:00
Marco Antonio Nina
a8cc4a00f9 BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 10:15:20 -04:00
Victor Saisa Lopez
df8cfae446 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- APP_FINISH_DATE is set to 1902-01-01 00:00:00 when create new case
  using webservices
- DEL_INIT_DATE is set to NULL when routing case using webservices
- Solved the problem in the fields APPLICATION.APP_FINISH_DATE and
  APP_CACHE_VIEW.APP_FINISH_DATE, when you create a new case now set to NULL
- Solved the problem in the fields APP_DELEGATION.DEL_INIT_DATE and
  APP_CACHE_VIEW.DEL_INIT_DATE when the case is routed set to the date corresponding
2012-07-09 13:21:20 -04:00
Victor Saisa Lopez
c4af5f8d23 BUG 9040 "The Task column doesn't update whith the last changes on..." SOLVED
- The APP_CACHE_VIEW table does not contain the changes made in the CONTENT table when you rename processes/tasks
- The name change in processes/tasks is now reflected in the APP_CACHE_VIEW table
- Note.- The APP_CACHE_VIEW table contains values ..for only one language
2012-05-10 11:06:44 -04:00
Alvaro Campos
c50215db01 BUG 6897 solucionado problema de horas en el timming control 2011-10-17 09:33:08 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Carlos Pacha
aeb42deb01 BUG 7417 Application update date from APP_CACHE_VIEW does not show correct value
This issue was solved, these changes have been done it
2011-08-11 10:32:37 -04:00
Fernando Ontiveros
c283b77222 BUG 7024 fixing date trimming in APP_CACHE_VIEW
modified:   workflow/engine/methods/setup/setupSchemas/triggerAppDelegationInsert.sql
	modified:   workflow/engine/methods/setup/setupSchemas/triggerAppDelegationUpdate.sql
2011-08-01 11:14:18 -04:00
Carlos Pacha
5493e6155c BUG 7137 Subprocess Synchronous/En un subproceso "Synchronous" se pierde el caso
There was problem with the way to declare the variables, but this issue was fixed
2011-07-08 11:04:36 -04:00
Carlos Pacha
8131c58d28 BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed. I've tried with a simple query and it did not work, it needs a left join
2011-06-14 12:14:59 -04:00
Carlos Pacha
e49da2bd3c BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed, changed the query statement
2011-05-30 11:54:35 -04:00
Carlos Pacha
4aa3eb49f6 BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed, we're going to do an insert into cache_view table if this is not sub process

Conflicts:

	workflow/engine/methods/setup/setupSchemas/triggerAppDelegationInsert.sql
	workflow/engine/methods/setup/setupSchemas/triggerAppDelegationUpdate.sql
2011-05-30 11:54:02 -04:00
Carlos Pacha
8f90aaffa6 BUG 6416: I've tried to reproduce this issue and I did it. I could see that the size of this field (tas_due_date) was small when we are insert or updated, it was changed and now it's working fine 2011-03-28 12:40:09 -04:00
Alexandre Rosenfeld
931321b3b7 Revert "Cases List Cache Builder display"
This reverts commit 81ff933f7e.
2011-03-17 17:19:55 -04:00
girish
81ff933f7e Cases List Cache Builder display 2011-03-12 12:54:31 +00:00
Alexandre Rosenfeld
19de36c876 Fix schemas to let APP_CACHE_VIEW rebuild work. 2011-02-24 23:34:43 +00:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00