Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PD and version 7.3_Cooper

Overview

Version 7.3.2 includes bug fixes to the AgileAssets asset management system application platform.

Supported Third Party Applications and Versions

Supported Platforms/Third Party Applications

New Features and Enhancements

  • Work Manager now supports Maintenance Manager deployed with a PostgreSql DB

Dropped/Replaced Features

  • N/A

Bug Fixes and Other Improvements

  • Added: In work manager, ability to enter accomplishments by location to capture work done per location on a work order
  • Added: In work manager, ability to enter the specific start and end mile points for work order locations 
  • Added: In work manager, a data entry field with only one value, gets pre-populated with that value, saving an extra selection for that action
  • Added: Single unified and clear message notification when navigating away from an application screen with unsaved data changes
  • Added: The record change history dialog has been enhanced to show the new value along with the previous value of an edited field, while auditing the field data
  • Added: In pavement and structures analyst, ability to define a sub graph type for each optimization summary graph
  • Fixed: Issue in work manager, where an active sync process is interrupted to the device's screen goes to sleep or the app is sent to the background
  • Fixed: Issue in the mass update functionality, where the system is set for a DMY date format, but the format is not accepted when specified via the calendar widget
  • Fixed: Issue in gis explorer, where an admin user could not delete content created by non-admin users
  • Fixed: Issue in a bound map+data window, where the select by polygon map tool did not select map features within the polygon drawn with the tool

Known Issues, Limitations & Restrictions

  • The new GIS Explorer like all web mapping applications requires datasets in the geographic coordinate system (EPSG:4326), so customer schemas with data stored in a different coordinate system would need to be transformed in order for map layers to be created from the dataset. See the section on re-projecting geometries in the Implementation Guide
  • Inserting a location or inventory item from a map is not functional when using Firefox as your web browser. To work around this limitation, use the other supported web browsers: IE 11, Chrome or Safari
  • When you select to print a map as an image (png file) whilst using Firefox as your web browser, the file is downloaded as map.png.pdf. You would have to manually edit out the '.pdf' extension from the file name, after the file has been downloaded, to be able to open/use the file
  • When you define a map print template of size 34x44 or larger, an error is returned since the size of the generated map image always times before a PDF for printing is generated
  • While working on the GIS Interface and performing tasks that does not generate a request to the server (such as styling a map), your user session may expire as a result. The configured session expiration warnings will be displayed when this occurs or your session may timeout and a session expiration notification displayed, if a warning is not configured
  • Map filter value does not get pre-populated in the Jasper report print template, even though the parameter is specified for display in the template
  • Map filter value cannot be defined or edited for a map with a specified area of interest. To work around the definition limitation, the map filter should be defined before the AOI is set
  • A map's layer style settings become null and un-editable, when an applied filter is partially applicable or not applicable to the defined styling attribute values for the map
  • On a map bound to a data window, some items when selected on the map aren't highlighted in the data window because they aren't present there (In a data window, items can be Access Regulated), but on the map all inventory items are displayed
  • The loading and display of maps and associated styles in IE 11 is not as performant as Chrome, Firefox and Safari
  • In the Roads & Highways interface, routes with curves are not handled properly by the ESRI FDGB API. A workaround is to have the agency density the routes to turn the curves into line strings
  • The HTML5 based copy/paste functionality has limitations on the number of rows that can be copied to a browsers clipboard
      • IE 11 - 4000 rows
      • Edge - 4000 rows
      • Chrome - 400 rows
      • Firefox - 1000 rows
      • IE or Edge on a Surface Tablet - 15 rows
  • When you select to copy rows from a data window, data from hidden columns on the window are also copied to the clipboard
  • The spinner indicating that a layer is loading in the GIS Explorer, continues to spin after selecting to remove a previous loading layer by using either the new map or remove layer option
  • When zoomed in at the 0.6km/0.4m level before selecting to print a map, the basemap is not rendered on the resulting printed map
  • Hebrew and other languages with special characters are not rendered properly on the properties panel of GIS Explorer
  • GIS Explorer does not display the contents of the screen for a right to left language setting
  • The owner of a GIS catalog folder no longer has access to the catalog, when the folder is shared by a GIS admin with administrative units that the owner of the folder does not belong to
  • A map built from an image service is not rendered in the printed document (PDF or PNG) when select to print the map
  • An image layer is not displayed on the map when change the basemap from the 'None' option to any other basemap option
  • A map comprised of layers from multiple sources including an image service, does not display the layers in the correct z-order when the layers are re-ordered
  • For some monitor resolutions, opening the messages dialog while the GIS Explorer window is open results in the messages dialog to be partially hidden
  • In FDC, when enter an incorrect password twice and then enter the correct password afterwards, a message indicating an incorrect reCAPTCHA answer is displayed
  • When the same editable layer is added to GIS Explorer so there are more than one active, the features on the layer cannot be dragged for an edit
  • The undo/redo of edits retains the actions performed even the associated layer has been removed
  • When add a new editable layer to a map with in-progress edits, the undo and redo options are temporarily disabled. Performing an edit re-enables undo/redo and previous edits can be undone or redone
  • When a user a user enters an incorrect username or password in the Work Manager mobile app, an incorrect message 'Unable to connect to server' is displayed
  • In Microsoft Edge, some admin units in the Admin Units drop-down on the inspection teams creation dialog, appear as actionable links
  • Setting some columns as fixed in a data window is not functional in IE 11
  • Setting of columns as fixed in a data window is not supported in right to left language displays, such as for Hebrew or Arabic, i.e. only the left most columns can be fixed
  • GIS Explorer does not display a basemap nor the basemap selection dialog, when using Microsoft Edge web browser. However, basemaps function as expected with IE 11, Chrome and Firefox web browsers
  • The supplied CORS filter for Tomcat will not work on Tomcat version 8.5.2. The Tomcat documentation (https://tomcat.apache.org/tomcat-8.5-doc/config/filter.html) implies the below extra setting will address the issue:

    <init-param>
    <param-name>cors.support.credentials</param-name>
    <param-value>true</param-value>
    </init-param>