Commit Graph

671 Commits

Author SHA1 Message Date
Julio Cesar Laura
4ac41f87ad BUG 9287 The variable picker for the trigger editor does not show grid variables in the list
- The grid fields don't display a label
- Added a default label for the grid fields
2012-07-09 22:42:59 -04:00
Brayan Osmar Pereyra Suxo
f6af663f70 BUG 9309 The group list don't show more 20 rows SOLVED
- I amended ajax group list
2012-07-09 12:23:30 -04:00
julceslauhub
7f49c92f3a Merge pull request #170 from hector-cortez/BUG-8369
BUG 8369 Adjustment for standardization of code SOLVED
2012-07-04 15:48:26 -07:00
julceslauhub
6630a0214a Merge pull request #177 from hector-cortez/BUG-9246
BUG 9246 Adjustment for standardization of code SOLVED
2012-07-04 14:45:58 -07:00
Hector Cortez
260458b977 Merge remote branch 'upstream/master' into BUG-5359 2012-07-04 17:19:01 -04:00
Hector Cortez
353621b320 BUG 9246 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/class.pmTable.php, workflow/engine/classes/model/DbSource.php files.
2012-07-04 15:12:35 -04:00
julceslauhub
2f8cac0a29 Merge pull request #173 from hector-cortez/BUG-9087
BUG 9087 Adjustment for standardization of code SOLVED
2012-07-04 09:08:49 -07:00
Julio Cesar Laura
29036c842e BUG Adjustment for standardization of code SOLVED 2012-07-04 11:33:29 -04:00
Victor Saisa Lopez
167bab6b6e BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table
- Improvement in file, compliance with the standard PSR2

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-07-03 18:20:20 -04:00
Victor Saisa Lopez
dff24f4996 Merge remote branch 'upstream/master' into BUG-9319 2012-07-03 18:06:36 -04:00
Hector Cortez
c1fab8b2cb BUG 9087 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/class.pmScript.php file.
2012-07-03 17:56:11 -04:00
Julio Cesar Laura
3f6da015e6 BUGS 9407 and 9411 fixed for release 2.0.42
- Added required validations
2012-07-03 17:35:19 -04:00
Hector Cortez
018eb18498 BUG 8369 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/model/AdditionalTables.php, workflow/engine/controllers/pmTablesProxy.php files
2012-07-03 15:36:04 -04:00
Victor Saisa Lopez
78a86de1e9 Merge remote branch 'upstream/master' into BUG-9319 2012-07-03 09:58:58 -04:00
Julio Cesar Laura
2f218c4cc2 BUG 9399 Edito de Dynaforms cuando se tiene javascripts en el dyanform... SOLVED
Was added a new parameter without default value
Added default value
2012-07-03 09:50:34 -04:00
Hector Cortez
9b1f2ced57 BUG Adjustment for standardization of code SOLVED 2012-07-02 18:35:54 -04:00
Victor Saisa Lopez
5d42e0d329 BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-06-29 17:54:45 -04:00
Herbert Saal Gutierrez
587f732b62 BUG 9180 can't search string without fieldname
Error
-----
can't search string without fieldname only fields are searched

Solution
--------
correct identification of field name to allow the search using plain string
in processname, status fields.
2012-06-28 12:38:41 -04:00
Herbert Saal Gutierrez
c53e164534 BUG 9180 Error in date interval search
Error
-----
Error in date interval search, the second date in the interval was not used.

Solution
--------
The second date was changed to the correct variable to use it in the interval.
2012-06-26 12:03:28 -04:00
julceslauhub
03b85f1d85 Merge pull request #117 from herbertsg/BUG-9180
BUG 9180 Error unserializing APP_DATA with null value
2012-06-26 08:48:24 -07:00
julceslauhub
dd471e184c Merge pull request #107 from marcoAntonioNina/BUG-8550
BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SO...
2012-06-26 08:40:18 -07:00
Herbert Saal Gutierrez
dac87f1d8c BUG 9180 Error unserializing APP_DATA with null value
Error
-----
Error unserializing APP_DATA with null value

Solution
--------
Verify if the APP_DATA contains serialized NULL before trying to unserialize
The APP_DATA with NULL serialized = "N;" is generated with the function PMFNewCaseImpersonate
2012-06-26 10:49:07 -04:00
julceslauhub
43ee190ae2 Merge pull request #110 from brayanpereyra/786d298130df150aba6f9ca3909d7cbfaa30b05e
BUG 5737 Add logs to new case with CaseScheduler SOLVED
2012-06-25 15:45:05 -07:00
Hector Cortez
bee524e789 BUG 8369 Problem when using the new editor for PM Tables ... SOLVED
- There is a major problem when using the new editor for PM Tables with Database Connections, if you choose a database connection (anything you have created as a Database Connection in process designer).
- Fix-bug and Addition of session variable in the different connections PMTables(Victor).
2012-06-25 15:26:52 -04:00
Brayan Osmar Pereyra Suxo
786d298130 BUG 5737 Add logs to new case with CaseScheduler SOLVED
I add logs to CaseScheduler
I add logs to executeEvents
2012-06-25 12:37:06 -04:00
Marco Antonio Nina
3624ccbe69 BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SOLVED
- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search, besides a validation for triggers was written.
2012-06-25 12:18:22 -04:00
Marco Antonio Nina
7a01ed8871 BUG 0000 CaseScheduler.php syntax error SOLVED
- Syntax error on line 296 of file CaseScheduler.php .
2012-06-25 09:50:39 -04:00
julceslauhub
17724cd8b8 Merge pull request #99 from alvarocs/BUG-5737
BUG 5737 The cron.php script should write something ... solved
2012-06-22 20:04:50 -07:00
Alvaro Campos
907f47163d BUG 5737 The cron.php script should write something ... solved
- The cron.php script should write something in the shared/log/cron.log file when a new case started or an event is executed
2012-06-21 18:29:13 -04:00
Julio Cesar Laura
dc6007fbd4 BUG 8065 There is a problem when we try to run the cron in pmos 2.0.34
- The envelope_to array is not empty when sent many emails, the attachemnets not included in resend enails funcition
- Initialize envelope_to attribute before send a email, attachements are now included in the resen emails function
2012-06-21 12:46:19 -04:00
Alvaro Campos
2f1e2dd993 Merge remote branch 'upstream/master' into BUG-0000 2012-06-21 09:41:27 -04:00
Alvaro Campos
e230492bf9 BUG 0000 Changes in new and edit user SOLVED
- Also changes suggested by julio cesar
2012-06-20 19:00:41 -04:00
Hector Cortez
43a77c5878 BUG 5359 Trigger wizard should indicate that the return value... SOLVED
- The interface for the Trigger wizard should say that the return value variable is option (not required).
- Adjustment string description and change values "None" by "Not required" of the return value of Trigger wizard.
2012-06-20 17:18:20 -04:00
julceslauhub
bf3dedf2b3 Merge pull request #81 from alvarocs/BUG-4986
BUG 4986 Email notification is not working
2012-06-18 20:32:07 -07:00
julceslauhub
4d6b3fae63 Merge pull request #78 from brayanpereyra/BUG-9313
BUG 9313 Can't activate a GROUP with status inactive SOLVED
2012-06-18 20:26:54 -07:00
Herbert Saal Gutierrez
396751befa Merge remote branch 'upstream/master' into BUG-9180 2012-06-18 18:03:31 -04:00
Herbert Saal Gutierrez
273dff4745 BUG 9180 Correct display priority in cases lists
Code Issue
----------
A number is display in the Priority column in the cases lists instead of the
priority in text.

Solution
--------
Correct display of priority column in cases lists.
The text that describes the priority is display instead of the priority number.
The number is converted to the corresponding text with the help of the function
G::LoadTranslation("ID_PRIORITY_N");
2012-06-18 17:58:14 -04:00
Alvaro Campos
e928579a45 BUG 4986 Email notification is not working
- The line was added by refered RobinHoo1973 which no caused any problems and works properly
2012-06-18 16:30:24 -04:00
Brayan Osmar Pereyra Suxo
5f0593210d BUG 9313 Can't activate a GROUP with status inactive SOLVED
- I removed the filter the active group
- I corrected the search group
2012-06-18 10:39:42 -04:00
Hector Cortez
ba87e9e4d3 BUG 9246 Error message when using a DB Connection for a Report Table,.. SOLVED
- When trying to create a new Report Table and selecting an external database connection for the "DB Connection" parameter, the following error message appears:
- Adjustment DB Connections for a Report Table,  to diferents externals databases.
2012-06-15 18:26:30 -04:00
julceslauhub
1899262440 Merge pull request #69 from marcoAntonioNina/BUG-9210
BUG 9210 User experience Single Application SOLVED
2012-06-14 09:09:27 -07:00
Marco Antonio Nina
890e2dcad3 BUG 9210 User experience Single Application SOLVED
- We verified that the list of the steps not working.
- Was modified the class.appCacheView, the function getTodo for parameters
  include TAS_UID y PRO_UID, too was modified the template indexSingle.html
2012-06-14 11:55:24 -04:00
Hector Cortez
8da6572fad BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle(2).
2012-06-13 11:32:04 -04:00
Hector Cortez
e0d178635b Merge remote branch 'upstream/master' into BUG-9087 2012-06-13 11:28:21 -04:00
Hector Cortez
21f000be20 BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle.
2012-06-12 17:19:07 -04:00
julceslauhub
ef976744b0 Merge pull request #59 from marcoAntonioNina/BUG-8550
Bug 8550 asignacion de usuarios en las tareas por medio... SOLVED
2012-06-12 13:58:05 -07:00
Marco Antonio Nina
8457ae3d23 BUG 8550 testing 11 asignacion de usuarios en las tareas por... SOLVED
- Removing comments
2012-06-12 16:08:29 -04:00
julceslauhub
e25ceefa64 Merge pull request #51 from brayanpereyra/BUG-8933
BUG 8933 The code Javascrit don't mix with PHP SOLVED
2012-06-12 12:52:59 -07:00
Marco Antonio Nina
f62907f55a BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SOLVED
- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search.
2012-06-12 14:48:21 -04:00
Brayan Osmar Pereyra Suxo
341b3a46f6 BUG 8933 The code Javascrit don't mix with PHP SOLVED
The code Javascript don't mix with PHP
2012-06-08 15:35:09 -04:00