Commit Graph

31 Commits

Author SHA1 Message Date
user
6d52bdf65c Changing interface DB ORM classes include from class.case.php to bootstrap.php, to gain speed in Cases load time. 2012-11-16 17:13:48 -04:00
Victor Saisa Lopez
977969985e BUG 9830 "En Advanced Search no funciona la busqueda por..." SOLVED
- In AdvancedSearch no performs searches for user and category
- Problem solved, have been added to SOLR missing criteria for the search
- Note. - To register/upgrade the new criteria in the SOLR server, run the
  following script:
      $ php reindex_solr.php workspace_name reindexall
* Available from version 2.0.45
2012-11-05 15:14:51 -04:00
Victor Saisa Lopez
bdd19e9729 BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 16:25:09 -04:00
Victor Saisa Lopez
7a1483b81b BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 12:31:48 -04:00
Victor Saisa Lopez
d0bf6400af BUG 9830 "En Advanced Search no funciona la busqueda por el..." SOLVED
- First commit:
  > Solution to bug 9924
  > It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 10:45:21 -04:00
jennylee
c0a9d2b75c BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-30 09:03:50 -04:00
jennylee
093558e1d0 BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-29 16:41:27 -04:00
Fernando Ontiveros
14c64af8c5 CODE STYLE class/model/ files 2012-10-22 05:57:53 -04:00
Julio Cesar Laura
c1670185ea BUG 6564 Group value based Self service Assignment Rule SOLVED
- Add a new Assignment Rule, to use a variable to designe dynamicly the group for the self service
2012-10-05 11:16:37 -04:00
Brayan Osmar Pereyra Suxo
f12c66426c BUG 4715 I add assigned group to supervisor user
I add assigned to superisor user in cases to groups
2012-10-04 15:19:31 -04:00
Julio Cesar Laura
3671451838 BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
- The TAS_UID was not sent and used when get the users list
- TAS_UID is send and some other validations was added
2012-09-11 13:47:14 -04:00
Victor Saisa Lopez
331cb04a2c BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
- Variable time added to control execution of cron
* Available from version 2.0.44
2012-09-03 11:32:52 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -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
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
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
Julio Cesar Laura
5b9f462000 BUG 8423 Fixed in the core, second commit 2012-01-31 19:28:50 -04:00
Julio Cesar Laura
26dca8a9e4 BUG 8423 Fixed in the core 2012-01-31 19:27:14 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Douglas Medrano Chura
c4635bc56a BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
2011-04-13 18:57:02 -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
036a3e0f55 Do not drop APP_CACHE_VIEW when checking the number of rows.
- Cases List Cache Builder is now working again.
2011-03-09 16:45:47 +00:00
Alexandre Rosenfeld
64d1965902 Fix getting the wrong step in the participated list. 2011-03-01 14:11:51 +00:00
Alexandre Rosenfeld
7f9d0bac81 Add triggers for APP_CACHE_VIEW during installation. 2011-02-23 21:37:12 +00:00
Gustavo Adolfo Cruz Laura
178ed9f352 Bug 5855 fixed, changes has been made to the search Criteria object in order to adjust the row info in the search cases list 2011-02-11 19:28:01 +00:00
Enrique Ponce de Leon
b3e55e2dcb Update Look n Feel and Functionality of User Manager 2011-02-07 16:54:10 +00:00
abraar
50658fbe11 Changes done for PhpDoc 2011-01-31 14:14:55 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Erik Amaru Ortiz
74b497c90b [2010-12-03 14:22:04] Rev:637 | 1 files Modified
gustavo: Minor fixes to the reassign cases list criteria. realted to the self service tasks that can't be reassigned.
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/classes/model/AppCacheView.php
2010-12-09 13:21:19 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00