Skip to content

Commit 17692be

Browse files
authored
fix: YD-73 Update changelog (#211)
1 parent 1018033 commit 17692be

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

docs/1-introduction/6-release-notes-changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212

1313
Opis zmian które pokazywały się w kolejnych wersjach systemu YetiForce. Zawierają one nie tylko opisy dotyczące nowych funkcjonalności, ale również naprawionych błędów czy też zmian w istniejących funkcjonalnościach.
1414

15+
import V_703 from '/static/files/changelog/7.0.3.mdx';
1516
import V_702 from '/static/files/changelog/7.0.2.mdx';
1617
import V_701 from '/static/files/changelog/7.0.1.mdx';
1718
import V_70 from '/static/files/changelog/7.0.0.mdx';
@@ -44,6 +45,13 @@ import V_13 from '/static/files/changelog/1.3.mdx';
4445
import V_12 from '/static/files/changelog/1.2.mdx';
4546
import V_11 from '/static/files/changelog/1.1.mdx';
4647

48+
## [YetiForce 7.0.3](#yetiforce-703)
49+
50+
<details>
51+
<summary>Changelog 7.0.2 > 7.0.3</summary>
52+
<V_703 />
53+
</details>
54+
4755
## [YetiForce 7.0.2](#yetiforce-702)
4856

4957
<details>

static/files/changelog/7.0.3.mdx

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
```
2+
# YetiForce Change Log
3+
4+
## 7.0.3 2024.01.22
5+
6+
- Fix: Dav integration when debugging is enabled.
7+
- Fix: Downloading emails using the Outlook Integration Panel
8+
- Fix: Search operators in quick filters (use of <> etc. GitHub #24)
9+
- Fix: Reports module - related module field use in condition
10+
- Fix: Update related record workflow task (case of a reference field working for several modules)
11+
- Fix: Excluded SharedOwner field type from Additional data sources in calendar view
12+
- Fix: PDF filter conditions for multitree field type (template settings)
13+
- Fix: Redundant cleaning of document source content in wysiwyg fields (PDF template | Twig)
14+
- Fix: Merging records
15+
- Fix: Decode session data (warning when running cron job GitHub #7)
16+
`session.serialize_handler` - add `php_serialize` and drop `php_binary`
17+
- Fix: Permissions for creating system notifications from workflow
18+
- Fix: Permissions to send email notifications from workflow
19+
- Fix: Minor fixes to element placement in the report template edit view
20+
- Fix: Displaying inventory fields in reports (advanced block)
21+
- Fix: YetiForce CLI methods when there is no migrations directory (Doctrine)
22+
- Fix: Selection of modules in the basic field of the advanced block. Limit increased. (Setting)
23+
- Fix: Extended auto formatting period in advanced block fields
24+
- Fix: Rename/delete picklist value for multipicklist field (Settings)
25+
- Fix: Record numbering, taking into account values from other fields (advanced record numbering)
26+
- Fix: Deprecated messages for project hierarchy. Case when there is no data in the hierarchy
27+
- Fix: Calendar - showing a list of days (tabs) with the number of events in the day view with the timeline turned off (`dayGridDay` mode)
28+
- Fix: Query generation in special cases: document widget, data encryption (GitHub #67)
29+
- Fix: TextParser function RelatedRecordsData available in PDF templates
30+
- Fix: Mass download of documents from the list of related records. Added additional validators and messages. Improved deletion of generated temporary files.
31+
- Fix: Removing workflow actions
32+
- Fix: Allow to display system templates on workflow email templates list
33+
- Fix: Data formatting when automatically completing fields from Products/Services in advanced blocks.
34+
- Fix: Error messages when mandatory reference fields are added to an advanced block.
35+
- Fix: Verification of shared permissions in cron processes.
36+
- Fix: Minor improvements to the progress field update on projects and milestones.
37+
- Fix: Removing a record label from temporary cache when the record does not exist.
38+
- Fix: Sorting in the function that lists related records in PDF (GitHub #65)
39+
- Fix: Completing comments when mass adding products/services with a description (GitHub #63)
40+
- Fix: Advanced block: improved marking of the icon indicating having a comment when adding a Product/Service
41+
- Fix: Workflow - "does not contain" operator with empty value (GitHub #61)
42+
- Fix: Deleting the lib_roundcube.zip file after installing the library (GitHub #59)
43+
- Fix: Improved completion of reference fields from the ChangeValueHandler event
44+
- Fix: Incorrect display of all-day events on the graphical calendar (GitHub #48)
45+
- Fix: Mail scanner: by default, emails without an addressee, i.e. with a hidden `to` section, are skipped.
46+
- Fix: Mail Scanner: Email receipt date now takes into account time zone differences. (GitHub #6)
47+
- Fix: Create an all-day calendar entry assigned to a group. (GitHub #11)
48+
- Fix: Displaying special characters in the graphical calendar view. (GitHub #12)
49+
- Fix: SLA Policy tab in Service Contract doesn't show values correctly for `Templates` option (GitHub #13)
50+
- Fix: Handling records with removed links in advanced blocks (GitHub #73)
51+
- Fix: Generating a record using the mapping functionality in the advanced block scope
52+
- Fix: Displaying a calendar for the datetime field on record summary widgets
53+
- Fix: Minor correction of default value for "Is Converted From Lead" field from 'no' to 0.
54+
- Fix: Handling empty folders or moved emails from scanned mailboxes
55+
56+
- Enh: Add ability to set filters order in menu configuration
57+
- Enh: Add ability to filter by user role in workflow
58+
- Enh: Support for ">= <= < >" characters in quick record list filters for currency fields (GitHub #24)
59+
- Enh: Add ability to filter by Total time field in workflow
60+
- Enh: Verification before deleting records used in advanced blocks (Products/Services)
61+
- Enh: Add row summary for "Chart from filter" widget, tabular mode
62+
63+
- Chg: Action button placements (PDF template - edit view)
64+
- Chg: Improving the process of calculating user permissions. Optimized the process and disabled permissions recalculation for inactive users.
65+
- Chg: Auto-population of reference fields from base record in record edit view (quick create). This functionality was removed in YF6.5 and is now restored.
66+
- Chg: Unification of the way of previewing content from description fields in modal windows. In some places, the modal window was narrow and a scroll appeared, which made viewing the content difficult.
67+
- Chg: Upgrade Roundcube Webmail dependency to version 1.6.9. This library needs to be updated manually in admin panel.
68+
- Chg: Updated dependent libraries.
69+
70+
- Rem: Removed system notifications related to RBL
71+
```

0 commit comments

Comments
 (0)