- Change default advanced search options, for get cases information
of the current user
- Solved, added new option "Current user" in DropDown Users set to
default in Advanced Search
- When format a date with null value thows a javascript error
- Add validation for null values
- Fix some issues with the format of names (current user, previous user)
- The steps for supervisor was not working, and the outputs option was no configuration in the ProcessMap
- Fix the steps for the supervisors and the option outputs was deleted until the option was added in the ProcessMap designer (new feature)
- The change in style affection to other icons in ProcessMaker
- When you delete a folder the tree, not reflected in the tree
- Reverted the changes made in "xtheme-gray.css"
- Solved the problem of the icon in the file "casesDocuments.js"
- Solved the problem of the elimination that was not updated in the
tree, which was due to the response time of the request AJAX
- En la version de PM 2.0.43 testing 4 Cuando se abren muchas ventanas nose puede manejar las ventanas de information.
- Added tab scroll in the information tab when execute a case.
- I hope "User Name Display Format" settings are reflected in all places. But, at present not reflected only in part.
- Fixbug display name format en fiderents locations.
- Hidden column shown in the menu
- Missing translations in the column "PM Type"
- Solved problem in the column
- Added new id ID_DOCUMENT_TYPE (translation team please take note of this)
- 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.
- We found some loose details in the reassignment.
- It was added a note for the correct use of the reassignment and also a warning before continuing doing reassignment.
- The font under "Process Information" is different than the rest of the UI. It's bigger and in bold.
- Adjustment in text fonts of the lateral panel "Process Information".
Solr support in PMOS2 includes:
Functionality:
- Implementation of Home views (Inbox, Draft, Participated, Unassigned). The views return fast results.
- Include read, unread, all, and process filter in inbox View.
- Include process filter in draft view.
- Include started by me, completed by me, all, process, and status filter in participated view.
- Include process filter in unassigned view.
- Improved search functionality (search in user defined variables): Use the following syntax to search in process (user defined) variables. {variable_name}:{search_word} ex1:"causal:20*" where causal is the variable defined by the user.
+ Use of wildcards in search: Use * as wildcard at the begin or end of word
+ Multiple conditions in search: Separate multiple conditions by space ex2:"Materiales causal:20*" means that we are searching for the word Materiales and the causal that begin with 20.
+ Search in dates (interval ): Format=> {variable_date}:[yyyy-mm-dd TO yyyy-mm-dd]
Local date not UTC date required
ex: FechaRegistro:[2011-04-15 TO 2011-04-30] //registros con fecha entre el 2011-04-15 y el 2011-04-30.
+ we can use the wildcard *:
ex: FechaRegistro:[* TO 2011-04-30] //registros con fecha menor o igual a 2011-04-30.
FechaRegistro:[2011-04-15 TO *] //registros con fecha mayor o igual a 2011-04-15.
+ Search of exact phrases. format: {variable}:"frase a buscar"
ex: Cliente:"Jesus Marin"
- Application update function.
+ The function is called every time a change is detected in the application's data including the related delegations.
- Use of cache to improve performance
Not included:
- Order of task, sent by, and due date columns.
Pending:
- Advanced search view using faceted lists.
- The colors in the trackerLogin processMap are different to the processMap of a normal user
- The colors in the trackerLogin processMap are equal to the processMap of a normal user
- The changes made by process supervisors to fields in DynaForms are not recorded in the Change Log
- Changes made by process supervisors to fields in DynaForms, may be viewed by a user if this is defined in "process permissions". with this the user will see the "Change Log" of a case.
- Additionally the following error was corrected:
> Fatal error: Call to undefined method Ajax::dynaformViewFromHistory() in processmaker/workflow/engine/methods/cases/ajaxListener.php on line 42
> The error was corrected by adding code to complete the "Change Log" in the option "View"
- In the cells of the grid in the list of cases had text too long.
- It added a new functionality to render to wrap text in these cells and render merged with the Showfield.
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
- When the plugin is enabled Knowledgetree displays an error when you download the file
- Was added the necessary code to download the file when the plugin Knowledgetree is enabled
- Also added code in the plugin Knowledgetree, for this change to work properly
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents