|
| 1 | +``` |
| 2 | +# YetiForce Change Log |
| 3 | +
|
| 4 | +## 7.0.4 2025.03.24 |
| 5 | +
|
| 6 | +- Fix: Permissions to manually trigger workflow actions from the record card. |
| 7 | +- Fix: Updates of data in the "Values from the related module" fields (case of deleting only relationships). |
| 8 | +- Fix: Export to XLS (GitHub #89) |
| 9 | +- Fix: View record state in the user card. |
| 10 | +- Fix: Respecting certificate validation configurable in mail and SMTP server panels. (GitHub #91) |
| 11 | +- Fix: Generating queries for reference fields created in non-base tables (GitHub #85) |
| 12 | +- Fix: Calculating the progress of work on projects and project milestone. |
| 13 | +- Fix: Generating Gantt charts (php `deprecated` issue). |
| 14 | +- Fix: [Workflow] Division expression for empty fields (e.g. Unsupported operand types: string / int) |
| 15 | +- Fix: [Mail scanner] Decoding the email subject (GitHub #25). |
| 16 | +- Fix: [Mail scanner] Parsing an image where the imagick extension is not installed. |
| 17 | +- Fix: SMTP connection without encryption (GitHub #57). Check your SMTP configuration and if you didn't have encryption set, set it to TLS. |
| 18 | +- Fix: SLA policy without set criteria are not respected when determining ticket handling times (GitHub #101). |
| 19 | +- Fix: Generating advanced block records based on field mapping functionality (GitHub #97,#86). |
| 20 | +- Fix: Global search button styles (GitHub #93). |
| 21 | +- Fix: System update history dashboard widget (PHP Deprecated notice). |
| 22 | +- Fix: Displaying "Favorites" icons in the Modules-Relations panel. |
| 23 | +- Fix: Delay when getting back to YetiForce tab on Firefox (GitHub #77) |
| 24 | +- Fix: Generating PDF documents using the default YetiForcePDF engine. |
| 25 | +- Fix: [Workflow] Saving Reply-To field values in email sending actions. |
| 26 | +- Fix: Virtual fields on "Chart from filter" widgets. |
| 27 | +- Fix: Parsing email content when displaying. The case of emails containing many images in their content. |
| 28 | +- Fix: Reset password with token. |
| 29 | +
|
| 30 | +- Enh: PDFViewer widget height configuration. |
| 31 | +- Enh: Calculating the progress of work on projects without the project milestone. |
| 32 | +- Enh: Possibility to delete values in a record for picklist fields via workflow actions. |
| 33 | +
|
| 34 | +- Chg: [Mail scanner] SVG files are skipped by default, no more warnings (GitHub #25). |
| 35 | +- Chg: Updated dependent libraries [composer] (including `php-debugbar`, `yetiforcepdf` and others). |
| 36 | +- Chg: Updated dependent libraries [yarn]. |
| 37 | +- Chg: Global system currency is set as default in advanced blocks, not from user preference as it was before. |
| 38 | +- Chg: Global search - operator list button, available in GUI via GLOBAL_SEARCH_OPERATOR_SELECT configuration parameter (config/Search.php). By default it is inactive. |
| 39 | +``` |
0 commit comments