Commit Graph

27 Commits

Author SHA1 Message Date
Brayan Pereyra
c0f698fee7 PM-1692 Error al guardar un case note 2015-04-30 15:04:02 -04:00
Brayan Pereyra
c7c2439a71 Adicion de contadores de bandeja (y tiempo de acces token) 2015-03-09 15:23:38 -04:00
Brayan Osmar Pereyra Suxo
1c708c28f6 Correcciones de labels para DocSystem 2014-01-29 10:57:57 -04:00
Erik Amaru Ortiz
7e15936118 BUG 0000 Fix for cases tree menu, when html string are passed on menu option title 2013-08-19 16:54:17 -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
@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
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Marco Antonio Nina
3d974cc1e2 Improvement the list advanced Search 2013-02-05 15:20:22 -04:00
Marco Antonio Nina
f2452cd4f2 Improvement the list advanced Search 2013-02-05 15:00:07 -04:00
Marco Antonio Nina
dd34aeba39 Improvement the list advanced Search 2013-02-05 12:22:40 -04:00
Brayan Osmar Pereyra Suxo
f5df808988 BUG 9926 I add the propety float right
I add the propety float right
2012-10-17 11:59:28 -04:00
Victor Saisa Lopez
d3ae88672f BUG 5488 "case inbox refresh time should be configurable..." SOLVED
- New feature
- Case inbox refresh time should be configurable
- Added new feature
* Available from version 2.0.45
2012-09-26 16:28:33 -04:00
Marco Antonio Nina
bbbb1d0b84 BUG 9557 There is no Break Point for After Derivation triggers SOLVED
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-08 15:26:53 -04:00
Marco Antonio Nina
35b570334c BUG 9318 Cases se encuentra un nivel abajo en IE9 SOLVED
- Folder Cases appears a row below
- The ID problem for uxmodern in styles forced to move the refresh from the right side to the left side, to avoid any conflicts.
2012-07-09 18:52:03 -04:00
Erik Amaru Ortiz
b24c9eb7a1 BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Erik Amaru Ortiz
3fc1318ce2 BUG 8562 "The box to show contents of a variable in the Debugger... " SOLVED
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
2012-03-12 10:53:06 -04:00
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Hector Cortez
8c38a10db5 BUG 8432 Adjust the tracking when debugging triggers. 2012-02-23 12:32:34 -04:00
Erik Amaru Ortiz
7e178cf4ef BUG 0000 Solving refresh cases counter
- when startCase is the default option on HOME menu the counter wasn't refreshing SOLVED!
2011-08-17 12:27:01 -04:00
Erik Amaru Ortiz
230c2771e1 fixed the last debug panel issues 2011-02-24 21:55:00 +00:00
Erik Amaru Ortiz
64d7606338 Debug Panel Improvements 2011-02-24 14:39:11 +00:00
Erik Amaru Ortiz
cb1c3a7347 bug fixed 6081: fixed 2011-02-22 23:02:23 +00:00
Erik Amaru Ortiz
ee70b1490b bug fixed 6081: fixed 2011-02-22 22:58:59 +00:00
Erik Amaru Ortiz
ba8adc87ce new menubar for Case Open View 2011-02-04 15:00:20 +00:00
Hugo Loza
e90f88ff21 Menu Changes. Documents at top level, Extended features now Plugins 2011-01-06 20:57:08 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00