Chattel Web App 2025.1.67.18149

Version: 2025.1.67.18149
Release Date: Not Released
Download Link: Download Currently Unavailable

  • Changed Chattel installer from an MSI to a containerized deployment with a control plane that manages multiple tenants.
  • Fixed issue where reports were erroring on a Linux container.
    With the report generation now in-process, there is no need for the MemoryMappedFile overhead which does not work on Linux. Now Chattel uses a memory stream, it is faster, simpler and works for both Windows and Linux.
  • Fixed issue where the access log page and the System Information would crash when clicked (Linux).
  • Added favicon.ico to Control Plane
  • Changed version to 2025.xxx
  • Fixed issue where attachment could not be added in Linux.
  • Fixed issue where the QR Code was not displayed in Linux.
  • Fixed warning in developer’s console about Google maps not being initialized.
  • Fixed issue where some fields were not being saved. Chattel ended up getting a warning that name is required even though it is set/visible on screen.
  • Added open source attribution for:

    ·        BootStrap : https://getbootstrap.com/docs/4.0/about/license/

    ·        QrCoder : https://github.com/codebude/QRCoder/blob/master/LICENSE.txt

    ·        SkiaSharp : https://github.com/mono/SkiaSharp/blob/main/LICENSE.md

  • Removed WebDeploy.zip from installer.
  • Fixed issue where QR code was too large. It now defaults to 350X350 px.
  • Made the subtype name field wider.
  • Fixed issue where merge subject would indicate it succeeded but navigating away and back showed the subject as unmerged.
  • Added OIDC configuration to the QR Code.
  • Fixed issue where adding a saved comment would error.
  • Fixed issue where fields would overlap the sticky bar.
  • Added images to the equipment grid.
  • Added the ability to export images to Excel.
  • Added images to the Commodity grid.
  • Fixed issue where adding a pen count without a location would cause an error.
  • Added images to the Other grid.
  • Set Control Plane version to match Chattel version.
  • Fixed issue where users could not import from Iron Solutions.
  • (Internal) set up a QA instance on agchattel.com.
  • Fixed issue when authentication failed, it was not logged.
  • Added OIDC authentication to Control Plane.
  • Changed connection string field into a textbox so users can see the entire connection string.
  • Made Chattel deployable for on premise use.
  • For WSL (Windows SubSystem for Linux), an OIDC redirect URI was need to be added to IIS.

    {scheme}://{host}/ {tenantname}/signin-{tenantname}-oidc
    Ex: https://localhost:7211/tenantName/signin-tenantName-oidc  

  • Fixed issue where an error would occur when using OIDC.
  • Fixed issue where stick bar was overlapping dropdowns.
  • (Internal) Updated to .NET9, NuGets and GemBox.
  • Fixed issue after updating to DevExpress, there would be text indicating rows and columns.
  • Fixed issue (Linux) where QR Code would use public facing IP address instead of the internal Linux IP.
  • Updated packages with vulnerability issues.
  • Fixed issue (Linux) in control plane where authorization would throw errors in the developer console if WebSocket was open.
  • Added the bootstrap icon to Control Plane.
  • Fixed issue where saving a subject would error.
  • Fixed issue where subject search page could not be scrolled.
  • Fixed button formatting issue.
  • Fixed issue where scrolling did not work on the setup page.
  • Fixed issue where export to Excel icon was missing.
  • Fixed formatting for Merge Records screen.
  • Fixed issue where the report fields help page was blank.
  • Added the ability to add users via Chattel with permissions. The user will still need to be added via Control Plane. Previously, admin would have to wait for a user to log in before permissions could be given.
  • Fixed issue where clicking the close button on a message did nothing.
  • Fixed issue where some buttons were disabled in the report template editor.
  • Fixed issue where a few icons were missing in Control Plane.
  • Set the redirect URI to lowercase.
  • Fixed issue where the selected template was empty after saving in the template editor.
  • Fixed issue where the Save and Test Configuration button overlapped the sidebar for each of the 3rd party integration pages.
  • Fixed issue where scrollbars would be shown even if the dialog did not need them.
  • Made the grid headers fixed so they are always visible even when scrolling down the grid.
  • Fixed issue where an error would occur when adding a new subject.
  • Fixed issue where valuation preview would crash.
  • Fixed issue where Chattel would hang when importing from Iron Solutions.
  • Removed erroneous line between Add Equipment and Pre-Import Check.
  • Added main image to the equipment detail page.
  • Fixed issue where website lookups weren’t displayed.
  • Fixed issue where the radio buttons in the Website Lookup screen did not show which was selected.
  • Fixed a formatting issue with saved comments.
  • Fixed issue where Excel would hang when importing images.
  • Fixed issue where the last tab accessed was not saved.
  • Reformatted Subject Eq search filter to free up space.
  • Added main image to valuation grids.
  • Added an equipment source of value (auction, seller, listing, etc.).
  • Fixed issue where attachments were not able to be added to report scopes.
  • Fixed issue where new reports could not be saved.
  • Fixed issue where pen count stats were wrong on the import subject pen count screen.
  • Fixed issue where the subject map would sometimes not load until the page was refreshed.
  •  Added a feature to copy the properties of a tenant in Control Plane to make it faster and less error prone.
  • Added a link in Control Plane to browse the tenant.
  • Fixed issue where merge subject other would fail unless there was an item in other on the server.
  • Fixed issue where attachments would get uploaded but not tied to equipment, commodity or other when merging subject from mobile.
  • Fixed issue where if a main image was set on the server and a different image is chosen as main image, the original main image is unchecked and the merged mobile main image is checked for the subject during merge.
  • Fixed issue where commodity setup report group in grid was not being saved.
  • Added to Control Pane a way to add users.
  • Added an email notification to a user when they haver been added as an admin in Control Plane.
  • Users are now sorted alphabetically in Control Plane.
  • Fixed issue where subject details map pin was duplicated when navigating to a different tab and back.
  • Fixed issue where map wouldn’t load if there was no data to display.
  • Forced negative sign for longitudes.
  • Removed scrollbars from APN.
  • (Internal) Fixed vulnerabilities found by BreachLock.