Commit Graph

1290 Commits

Author SHA1 Message Date
Luis Fernando Saisa Lopez
c59ce38672 BUG 11582 "Nombres repetidos de carpetas en el mismo..." SOLVED
- Nombres repetidos de carpetas en el mismo directorio cuando se realiza el rename
- Problema resuelto, cuando se renombra carpetas desde HOME->Documents, renombrara siempre que sea distinto a otras carpetas
  y si es el mismo mostrara un mensaje de error.
* Available from version ProcessMaker-2.5.2-testing.1
2013-08-07 11:24:32 -04:00
Omar Suca
8583047cb8 BUG-11454 Campos status y manager de admin->settings->departments son editables
Descripcion:
Estos campos eran editables por lo cual se podia introducir texto.
Solucion:
Se agrego la propiedad "editable:false" para los dropdowns
Tambien se corrigio para admin->setting->groups la edicion del status del grupo.Se corrigio para la version 2.5.2-testing.1
2013-08-02 15:47:53 -04:00
julceslauhub
1d572d94e9 Merge pull request #1948 from omarsuca/BUG-11482
BUG-11482 Campo status de admin->users->roles es editable SOLVED
2013-08-02 07:33:07 -07:00
Omar Suca
47edf3670f BUG-11482 Campo status de admin->users->roles es editable SOLVED
Description: el widget combo no tenia la propiedad editable:false y fue lo que se agrego a sus propiedades
2013-08-02 10:21:01 -04:00
Erik Amaru Ortiz
9141526062 FEATURE, was added a feature to enable load three level nodes on cases tree menu on HOME tab
Now we can set from any menu file (core or plugin) a three level nodes on cases menu:
Example:

$G_TMP_MENU->AddIdRawOption('TEST1', '#', 'Enterprise Search', '', '', 'blockHeader');
$G_TMP_MENU->AddIdRawOption('TEST2', '#', 'New Seach', '', '');
$G_TMP_MENU->AddIdRawOption('TEST3', '#', 'Saved Searches (9)', '', '');
$G_TMP_MENU->AddIdRawOption('TEST4', '#', 'Favorites', '', '', 'rootNode');
$G_TMP_MENU->AddIdRawOption('TEST5', '#', 'test child 2.1', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST6', '#', 'test child 2.2', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST7', '#', 'test child 2.3', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST8', '#', 'test child 3', '', '', '');
$G_TMP_MENU->AddIdRawOption('TEST9', '#', 'test child 4', '', '', '');

On the last parameter was added two new menu types "rootNode" and "childNode"

On the example the first node will be set by "blockHeader" menu type
all menu options below that will be added such as its child nodes
Now, if a menu option has a type "rootNode" (...'Favorites', '', '', 'rootNode'...)
all menu options below this with type "childNode" (...'test child 2.2', '', '', 'childNode'...)
will be consireded as its child nodes of menu with type "rootNode",
inmediatly a menu option without any menu type is found (..'test child 3', '', '', ''..),
this menu and all menu options like it will be added as child nodes of the last menu option
with "blockHeader".

The result of the example will be something like this:

+ Enterprise Search
	- New search
	- Saved Searches (9)
	+ Favorites
		- test child 2.1
		- test child 2.2
		- test child 2.3
	- test child 3
	- test child 4
...
2013-08-01 19:06:05 -04:00
Hector Cortez
6517c3ff08 BUG 12374 Un usuario NO Administrador pero con permisos de PM_USERS ... SOLVED
- Un usuario NO Administrador pero con permisos de PM_USERS puede auto-configurarse como Administrador.
- Adjustment in the validation of user from administrator roles can not change if not an administrator.
2013-07-31 15:10:22 -04:00
Hector Cortez
c85e387e1e Merge remote branch 'upstream/master' into BUG-12374 2013-07-31 15:10:02 -04:00
Marco Antonio Nina
7bbf22aa2c BUG-12538 Report tables de admin->settings se cargan... SOLVED
- No se diferenciaba desde que listado se llamaba a la creacion de un report table.
- Se agrego una bandera flagProcessmaker que indica que se esta utilizando desde el processmap.
2013-07-31 10:30:07 -04:00
@sinedrik
6ec83f872e FEATURE, adding the posibility to reaload a specif node to cases treePanel, and the xml document built section was refactores using SimpleXMl 2013-07-26 13:28:41 -04:00
Hector Cortez
7dad6b0d13 BUG 12374 Un usuario NO Administrador pero con permisos de PM_USERS ... SOLVED
- Un usuario NO Administrador pero con permisos de PM_USERS puede auto-configurarse como Administrador.
- Adjustment in validation of the user logged.
2013-07-25 14:55:11 -04:00
norahmollo
9e5319570a UnassignedMessage translation added
UnassignedMessage translation added
2013-07-25 12:42:56 -04:00
Hector Cortez
aa57293f45 BUG 12374 Un usuario NO Administrador pero con permisos de PM_USERS ... SOLVED
- Un usuario NO Administrador pero con permisos de PM_USERS puede
  auto-configurarse como Administrador
- Adjustment in the validation of user from administrator roles can not
  change if not an administrator.
2013-07-22 16:36:16 -04:00
Victor Saisa Lopez
1464267933 BUG 11086 "Los datos introducidos despues de una fila vacia..." SOLVED
- Campo de tipo "primary key" acepta espacios como caracter valido
- Problema resuelto, se ha validado los espacios en blanco para un campo de tipo "primary key"

* Available from version ProcessMaker-2.5.2-testing.1
2013-07-22 15:30:30 -04:00
julceslauhub
30e1bc393a Merge pull request #1898 from norahmollo/master
Translations added - Modified
2013-07-17 11:18:07 -07:00
norahmollo
b30bd75a1d Label translations added
Label translations added
2013-07-15 17:30:59 -04:00
Luis Fernando Saisa Lopez
6902e59cfc BUG 12329 "PM 2.5.1 Testing 3. No se pueden editar..." SOLVED
- PM 2.5.1 Testing 3. No se pueden editar departamentos en admin->users->departments
- Problema resuelto, al editar un "departamento" desde: Admin->Users->Departments; ya no se muestra el error y se muestra
  la ventana "Edit Department".
* Available from version ProcessMaker-2.5.2-testing.1
2013-07-15 13:56:04 -04:00
Julio Cesar Laura
09b123a234 Improvement in RTL direction on module ADMIN 2013-07-12 13:00:21 -04:00
julceslauhub
d2dbae3ed4 Merge pull request #1884 from marcoAntonioNina/BUG-12339
Bug 12339BUG-12339 Al crear un report table el sistema direcciona a una... SOLVED
2013-07-11 11:40:53 -07:00
Marco Antonio Nina
22d17c5064 BUG-12339 Al crear un report table el sistema direcciona a una ... SOLVED
- No se diferenciaba desde que listado se llamaba a la creacion de un report table.

- Se agrego una bandera flagProcessmap que indica que se esta utilizando desde el processmap.
2013-07-11 14:27:49 -04:00
Luis Fernando Saisa Lopez
4cf0598dd2 BUG 12346 "Error creating Pm Tables using fields double,..." SOLVED
- Error creating Pm Tables using fields double, real, smallint, tinyint and setting field size
- Problem solved, When you create a PM Table to the add a new field type: Double, Real, Tinyint and Smallint,
  is disabled size and no longer displays the error.
* Available from version ProcessMaker-2.5.2-testing.1
2013-07-11 13:10:50 -04:00
Marco Antonio Nina
b4b47d0bb6 BUG-12339 Al crear un report table el sistema direcciona a una lista... SOLVED
- No se diferenciaba desde que listado se llamaba a la creacion de un report table.

- Se agrego un flag PROCESSMAP que indica que se esta utilizando desde el processmap.
2013-07-11 11:56:41 -04:00
Victor Saisa Lopez
0541bc24fa BUG 12310 "Imposible crear report tables" SOLVED
- Imposible crear report tables
- El problema consiste en lo siguiente:
      > QA tiene backups de sus workspaces, y el mismo es restaurado
        una y otra vez
      > El workspace que se muestra en la imagen "wsqa" tiene mal creado el archivo
        "processmaker/shared/sites/wsqa/pmt-propel/workflow/config/schema.xml"
        ahi hay un error, que es el sgte:
             <column name="NOMBRE" type="" required="false"/>
             ...
             <column name="APELLIDO" type="" required="false"/>
        el atributo type esta vacio, y el mismo ocasiona el problema, lo que quiere
        decir que antes en un intento de crear un ReportTable colocaron el campo
        type vacio lo que causo que se cree mal el archivo schema.xml
- Si el archivo schema.xml se creo mal, ahi no se puede hacer nada, se tendra que
  corregir el mismo manualmente
- Se ha mejorado el campo "Type" para ReportTables y PMTables para que trabaje siempre
  mostrando un valor y no que muestre vacio al principio

* Available from version ProcessMaker-2.5.2-testing.1
2013-07-04 12:55:32 -04:00
Marco Antonio Nina
f3be7a25b0 BUG-11135 Nombre de procesos no aceptan ":" a pesar de que PM... SOLVED
- Se restringia los caracteres : y .
- Se agregaron al criterio : y .
2013-07-04 11:30:39 -04:00
Luis Fernando Saisa Lopez
6021c128f7 BUG 12256 "Desbordamiento del editor de triggers desde steps" SOLVED
- Desbordamiento del editor de triggers desde steps
- Problema resuelto, al editar un trigger desde: Steps->Triggers->Edit, el editor de triggers se muestra correctamente.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-25 21:39:15 +00:00
Julio Cesar Laura
ed825c4f81 BUG 11068 Intermediate Message Event Does not fire on first Task in Sub Process IMPROVEMENT
- El bug se debe a un cambio originado para la validacion de los botones submit (evitar que se haga submit 2 veces)

- Se agregaron las validaciones correspondientes para que no de problemas con la nueva validacion
2013-06-25 16:59:15 -04:00
Marco Antonio Nina
795c06c5ee BUG-12257 No es posible crear un Report Table-New Version... SOLVED
- El valor del PRO_UID no fue inicializado.
- Se captura el valor para iniciar el PRO_UID.
2013-06-25 15:19:02 -04:00
Marco Antonio Nina
cccf288b9c BUG-12257 No es posible crear un Report Table-New Version... SOLVED
- El valor del PRO_UID no fue inicializado.
- Se captura el valor para iniciar el PRO_UID.
2013-06-25 15:04:44 -04:00
Luis Fernando Saisa Lopez
04f1aef34b BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
- Error en la validacion de tipo de datos en un pmtable
- Problema resuelto, cuando se crea un PM Table al adicionar un nuevo campo de tipo CHAR y VARCHAR,
  puede ser determinado como Primary Key.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 16:14:19 +00:00
julceslauhub
23c936a3fc Merge pull request #1822 from hector-cortez/BUG-11856
BUG 11856 El javascript deja de funcionar al habilitar el html editing SOLVED
2013-06-24 08:46:49 -07:00
Hector Cortez
d8d476f527 BUG 11856 El javascript deja de funcionar al habilitar el html editing SOLVED
- Do not displayed javascript editor. in iExplorer.
- Adjustment in the codemirror editor for iExplorer.
2013-06-20 16:19:16 -04:00
Luis Fernando Saisa Lopez
238d001f7f BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
- Error en la validacion de tipo de datos en un pmtable
- Problema resuelto, cuando se crea un PM Table al adicionar un nuevo campo de tipo CHAR, VARCHAR y LONGVARCHAR,
  puede ser determinado como Primary Key.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-20 14:31:26 +00:00
Julio Cesar Laura
74fc1f03ac BUG 12170 Error en la creacion de cases notes SOLVED
- Al agregar una nota si el envio de notificaciones esta activo y hay un error en la configuracion del envio de correos, el mismo no era correctamente capturado y mostrado

- Ahora el error se captura correctamente y se muestra, y el listado de notas se refresca normalmente para mostrar la nueva nota agregada.
2013-06-19 18:39:12 -04:00
Julio Cesar Laura
1a6661f82a BUG 12145 error al dar permisos a un rol SOLVED
- En IE el orden de las funciones provocaba un error javascript, las declaraciones estaban debajo de los lugares donde se llamaban las funciones

- Se cambio el orden en el archivo, se colocaron las declaraciones de funciones antes de que las mismas sean utilizadas
2013-06-19 17:01:14 -04:00
Victor Saisa Lopez
4581af54e6 BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
- You can skip steps without check for required fields, this in
  option Steps
- Solved problem, add validation in option Steps, we have used
  the same criteria of the event that launches when you click on
  the link "Next Step"
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-17 15:52:22 -04:00
Hector Cortez
56bbb29643 BUG 11522 Change email 'from' when sending a pause case notification SOLVED
- If user send an email notification when he pauses a case. The FROM is always "PROCESSMAKER". Is it possible to change it to something else.
- Was added the field 'from name' for another title the email sent by to pause a case.
2013-06-14 12:35:34 -04:00
ralpheav
803e4fd2cc BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
SOLUTION: setting CASE_SUMMARY attribute sortable to false and checking if the $_POST['sort'] does not contains that index.
2013-06-07 10:34:50 -04:00
ralpheav
30504f302d Bug 12047: Problema con el listado de Usuarios.
SOL: changing the stateId field in all the ExtJs Grids.
2013-06-06 15:34:18 -04:00
jennylee
5a727de203 BUG 11980. Change the Administrator User Role to Operator Rol.
On Admin > Users > Roles > choose Operator or Manager Role > Users > Assign Users, click on Administrator from the Available Users List and then assign this to the Assigned Users List, PM allowed you assign the Administrator user to the Operator/Manager Role. Now PM shows a notification popup saying this is not allowed.
2013-06-04 13:26:06 -04:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
julceslauhub
fd62aa1e0d Merge pull request #1773 from ralpheav/master
Uncommenting code, just in case.
2013-05-31 11:26:32 -07:00
ralpheav
f11e5cc6e8 Uncommenting code, just in case. 2013-05-31 14:05:06 -04:00
ralpheav
e73614a5b5 BUG 11982 - "Issue in the order by modified date in the Documents Section."
Sol : Set Sorting enabled and adding code to retrieve sorted DB data.
2013-05-31 11:53:02 -04:00
ralpheav
39c8abd70d Comenting deprecated code. 2013-05-28 15:38:50 -04:00
Julio Cesar Laura
f2f74e1885 Improvement in Alfresco PM functions 2013-05-27 16:44:14 -04:00
ralpheav
2acf7ec3f4 BUG 11982: Issue in the order by modified date in the Documents Section.
Set Sortable attribute to true.
2013-05-24 14:09:30 -04:00
julceslauhub
57ec0643bd Merge pull request #1753 from ralpheav/master
BUG 11979: Cambios en el skin , la fecha en el mensaje de bienvenida en la esquina superior derecha, de la pantalla
2013-05-24 09:47:17 -07:00
ralpheav
d29f0fa402 BUG 11979: "Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior..."
Sol  Adding time in the format string + update the entire page, caused the user & datetime are been called in the main request.
2013-05-24 11:40:12 -04:00
ralpheav
19a8c37718 BUG 11979: "Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior..."
Sol  Adding time in the format string + update the entire page, caused the user & datetime are been called in the main request.
2013-05-23 16:45:38 -04:00
julceslauhub
1723ba968e Merge pull request #1750 from ralpheav/master
Extended commit {BUG 11963: & adding advice Trigger Editor msg }
2013-05-23 11:19:57 -07:00
ralpheav
a1846d3e28 :q 2013-05-23 12:36:32 -04:00