Ticket ID | Summary | Description | Resolution |
---|---|---|---|
5802 | Dashboard – Add a Save Prompt | Dashboard – Add a Save Prompt if the user tries to navigate away from their dashboard, before losing unsaved changes. | Fixed |
5211 | When admin user add permissions only to group, the dashboard widget is not available for adding | 1: Login as user that have permissions to Admin module. 2: Click on Admin from left side menu. 3: Click on Dashboard Configuration. 4: Click on some widget for example Team Workload 5: In authorized add only one group to which logged in account is member for example ACM_ADMINISTRATOR_DEV@ARMEDIA.COM 6: Click on Dashboard from left side menu. 7: Try to add Team Workload widget. Expected result: Widget can be clicked and added. Actual result: Widget is not available for adding. |
Fixed |
5897 | When first location/phone number/fax number/email address/url/dba/id etc, “primary” should be selected by default | 1: Login as user that have permissions to Organization 2: Click on Organizations from left side menu. 3: Click on Locations sublink 4: Click on “+” Expected Result: By default only for first inserted record “Primary” is set to “Yes” and there is no possibility to select “No”. Actual Result: User can select “No”. This is how was working previously. Now user can select “No”, but the record inserted is always primary. Same happens for Phone Numbers, Fax Numbers, Email Addresses, Urls, DBAs, IDs (Works for People sublink). |
Fixed |
5668 | FOIA – Default Initiator or Requestor Email in the Send Email Window | o The system shall automatically default the email recipient with the initiator or requesters email address every time an email is created.
The email receiptent user picker needs to search ArkCase users and people in the system. |
Fixed |
5582 | A more user-friendly error message should be provided | Implement more user-friendly error messages.
E.g |
Fixed |
5941 | Parent Permission bug – permission not evaluated on front-end | Parent Permission bug – permission not evaluated on front-end. | Fixed |
5903 | “TypeError: taskCache.clear is not a function” when user click “Approve Document” | 1: Login as user that have permissions to Cases module. 2: Click on Cases from left side menu. 3: Open some draft case. 4: Click on “Change Case Status” button, select some status, add approver and save it. 5: Click on Tasks sublink. 6: Click on automatic generated task. 7: Click on “Approve Document” button. Expected Result: “Approve Document” button is removed from UI after click. Task status is changed to Closed, Case status is changed to appropriate status. |
Fixed |
5989 | User can’t activate older workflow version, row and “Make Active” button is always disabled | 1: Login as user that have permissions to Admin module. 2: Click on Admin from left side menu. 3: Click on Workflow Configuration under Workflow 4: Select on third icon for some workflow with history. 5: Select some older version and click “Make Active” button. Expected result: Older version is successfully set as active workflow. Actual result: row can’t be selected and also button is not clickable. |
Fixed |
5792 | 500 error occurs when user try to add supervisor to ad hoc group | 1: Login as user that have permissions to Admin module. 2: Click on Admin from left side menu. 3: Click on Organizational Hierarchy under Security. 4: Click on “Add/Edit supervisor” button next to some Ad hoc group. 5: Search some user and click “Add” button. Expected result: supervisor is added. Actual result: 500 (Internal Server Error) occurs |
Fixed |
6083 | Participants are not shown in Participants Grid | Cannot access participants in Participants Table for all objects (Cases, Complaints…) Also on document level, participants grid is empty. |
Fixed |
5469 | Translation for Reports Module | All missing (untranslated) labels in the Reports module should be translated in different languages | Fixed |
5465 | Translation for People Module | All missing (untranslated) labels in the People module should be translated in different languages | Fixed |
5466 | Translation for Organization Module | All missing (untranslated) labels in the Organization module should be translated in different languages | Fixed |
5467 | Translation for Documents and My_Documents Module | All missing (untranslated) labels in the Documents and My Documents module should be translated in different languages | Fixed |
5474 | Translation for Time Tracking Module | All missing (untranslated) labels in the Time Tracking module should be translated in different languages | Fixed |
5470 | Translation for Audit Module | All missing (untranslated) labels in the Audit module should be translated in different languages | Fixed |
5956 | Create AcmAcquireObjectLock and AcmReleaseObjectLock annotations and AcmObjectLockTypes enumeration | Create AcmAcquireObjectLock and AcmReleaseObjectLock annotations and AcmObjectLockTypes enumeration | Fixed |
5961 | Create locking interaction classes (which lock prevents another lock) | Create locking interaction classes | Fixed |
5957 | Create Aspect to acquire and release locks | Create Aspect to acquire and release locks | Fixed |
5963 | Annotate services throughout Arkcase code with the locking annotations | Annotate services throughout Arkcase code with the locking annotations | Fixed |
5973 | Implement Folder locking provider | Implement Folder locking fucntionality. | Fixed |
6093 | On some startups, no one can login due to null pointer exception in the MDC library | java.lang.NullPointerException org.apache.log4j.MDC.put(MDC.java:57) org.slf4j.impl.Log4jMDCAdapter.put(Log4jMDCAdapter.java:60) org.slf4j.MDC.put(MDC.java:116) com.armedia.acm.web.api.RequestMDCFilter.doFilter(RequestMDCFilter.java:72) The issue is that ArkCase has two jar files that both include the org.apache.log4j.MDC class. One of them works fine. If the JVM happens to load the other one, this error happens. |
Fixed |
5061 | ArkCase full Solr re-indexing failure | On Projects, where we have huge amounts of data, doing the full Solr re-indexing quickly leads to Solr inability to process further requests.
The issue there is caused by the rate we are sending batch updates to Solr, which is much higher than Solr is able to cope with. That’s why we refrain from doing full re-index, otherwise we end up with OOM errors on Solr and a lot of non-indexed data. |
Fixed |
5204 | Upgrade Snowbound Version 4.10 | Upgrade ArkCase with Snowbound Version 4.10 | Fixed |
5774 | ArkCase Documentation | New ArkCase documentation on the Product Support Site:
1. New Form (Frevvo and HTML Forms) |
Fixed |
5900 | User Profile > Subscriptions – hyperlink the Title… | User Profile > Subscriptions – hyperlink the Title of the Subscription so the user can quickly navigate to the item they have subscribe. | Fixed |
6077 | PDF.js support in core | For ArkCase customers only storing PDF files, and no annotation requirements on those PDFs, simple PDF.js embedded viewer will work better than the OOTB viewer. | Fixed |
5730 | Increase ArkCase (Tomcat) context cache | On ArkCase projects, on application boot we are seeing log entries like the following one:
{noformat} for almost all static resources. This is not critical, but I increased the cache just to get rid of these |
Fixed |