v5.7

Tento changelog poskytuje podrobný přehled technických změn, včetně nových funkcí, oprav chyb a údržbových aktualizací. Je určen pro vývojáře, DevOps inženýry a technické týmy ke sledování vylepšení systému a úprav API.

Každá změna je zařazena do jedné z těchto kategorií:

  • Added – Nové funkce a vylepšení funkcionality
  • 🛠️ Fixed – Opravy chyb a zlepšení stability
  • 🔧 Chore – Refaktorování kódu, optimalizace výkonu a interní aktualizace

Souhrnný přehled klíčových změn v produktu si můžete přečíst zde 📢 Business Changelog.



[5.7.31] - 2025-06-10

Fixed

  • tas-2184 token secrets are overwritten by migration

[5.7.30] - 2025-06-09

Fixed

  • tas-2133 fix regex in validate functions
  • tas-2148 Config subscription fix
  • fix cases event

[5.7.29] - 2025-06-05

Fixed

  • tas-2129 Logout console error ✨
    Note: An error appeared after logout in specific cases.
  • support - incidental "buffer" in storage.getDmsContent protection
  • tas-2138 Dashboard table (overviews + tasks) - fix right click ✨
    Note: Users can now right-click on a case or task to open it in a new tab.
  • tas-2136 updateSequenceForProcess - sequence fix

Added

  • tas-617 get users with organizationStructure, fixed calculations docs ✨
    Note: Two new functions have been added to the calculations library: lib.getUserWithOrganization() and lib.getUsersWithOrganization(). They accept ID, Name, or OrgstrApi and return either a single user ID or an array of user IDs.
  • tas-2131 EmailTransporter configuration options

[5.7.28] - 2025-06-03

Fixed

  • Better cookie expiration timeout management
  • tas-2056 Opening the mobile app after clicking on a link
  • tas-2056 Opening the mobile app after clicking on a link - refactoring ✨
    Note: If the mobile app is installed on the user's phone, clicking the link redirects to the app instead of opening the web browser.
  • tas-1796 history record when changing variable value via API
  • tas-1795 excel number formatting based on decimals ✨
    Note: Export to excel now format numbers based on decimals set in variable.

Added

  • tas-2108 extended logging ✨
    Note: Option to temporarily enable extensive logging.

[5.7.27] - 2025-05-30

Fixed

  • tas-2021 remove metadata retrieval from getLogs
  • tas-2110 Template import - not creating new users
  • tas-2113 Fix regex in ValidateTemplates on _.find function ✨
    Note: This is important for update from older version. Regex now find all the _.find function which has to be replaced.
  • hotfix: logout cookie params

Added

  • tas-2109 - adding backend info to the context ✨
    Note: Added backend information to the log context.

[5.7.26] - 2025-05-28

Fixed

  • tas-2093 resizable DR affects the width of the task form
  • tas-2012 Security - Option to insert HTML into username
  • tas-1889 Rename "Solve" button in task detail modal of another user's task
  • tas-1964 View repeated task history ✨
    Note: If a task has been completed multiple times, its history can now be viewed even while the task is active.

Added

  • add SIGUSR2 config console dump

[5.7.25] - 2025-05-22

Added

  • tas-1722 Option to delete cases with Delete ✨
    Note: Admin can delete cases in the Cases view by pressing "Delete" on the keyboard. It's also possible to "sleep" a case with "S" and "archive" it with "A".

Fixed

  • tas-1906 User date format
  • tas-2081 Axios lost of information in error msg
  • pdfToText function fix
  • tas-1953 EWS / MS graph .eml attachment fix

Added

  • tas-2048 log download from GUI ✨
    Note: Each log in Administration can now be downloaded. The download button appears after opening the log, making issue analysis easier.
  • tas-1941 Add badge for /tasks/mine-to-pull ✨
    Note: In Task (My + To Pull), users can now filter by task type.
  • tas-1968 change appearance of filters above tables ✨
    Note: Filters in Overviews and tables now appear as badges.
  • tas-838 function for fetching iproc_ids of the subprocesses ✨
    Note: New function lib.getListSubProcess() added to the calculations library to retrieve all subprocesses for a given case.
  • tas-2046 Bulk download of documents from a case in TAS5 ✨
    Note: Note: Added possibility to download all or selected documents from a case.

Fixed

  • tas-1968 fix label/button colors to match selected scheme color

[5.7.24] - 2025-05-20

Fixed

  • tas-1945 T5 Task - closing the calendar for a date variable
  • tas-2038 Selected rows in tables with checkboxes
  • fix translation columns synchronization in DatabaseIntegrity for archive tables

Chore

  • tas-2062 refactoring of favourites

[5.7.23] - 2025-05-07

Fixed

  • tas-2039 Events - create process from csv

[5.7.22] - 2025-05-07

Fixed

  • tas-2057 - refactor calculations.ts evaluate method from promise to async/await to handle error properly
    Note: Solved problem with single thread deadlock

[5.7.21] - 2025-05-07

Fixed

  • tas-1977 Request header - Authorization
  • revert - tas-1039 changeAssessmentRole - removal of fallback when the role does not exist
    Note: Beacuse of compatibility this fix will be released in future version of TAS.
  • tas-2025 Process graph - query error
  • tas-1699 - temporarily lower log to warning
  • Fix of the error in HrAgenda – "Missing toUserId!"
  • translation columns in ARCH migration fix

Added

  • tas-1848 - Creating export and import of variable usage ✨
    Note: New functionality for exporting and importing variable assignments.

[5.7.20] - 2025-04-28

Fixed

  • tas-2023 lib.createNote - unable to create note

[5.7.19] - 2025-04-25

Fixed

  • SessionExpiredError added to getUserData

[5.7.18] - 2025-04-25

Fixed

  • extensive logging removed
    Note: Note: Extended logging was removed as it requires a more complex implementation.

[5.7.17] - 2025-04-24

Added

  • tas-1801 - cronjob restart ✨
    Note: Posibility to restart cron (reset time stamps)
  • tas-1751 Change multiselect row selection logic ✨
    Note: Improved UX with multiselect values
  • tas-1908 Multiselect - search in filtered values ✨
    Note: Added option to multiselect variable to allow search in filtered values

Fixed

  • tas-1942 Calculation hints don't show up for existing calculations
  • tas-1986 updateProcessVariablesFromCsvRow - whereIn SQL fix
  • tas-1815 Dynamic rows - saving dynamically calculated values
    Note: Dynamically calculated values for the decision report are now saved to the backend upon task completion without requiring user interaction.
  • tas-1833 Dynamic rows - evaluation of isVisible column value
  • tas-1697 fix a bug in pie charts with datalabels
  • tas-1994 HR agenda - Input file is missing
  • tas-1999 soap controllers fix
  • tas-1782 additional fix - DataGrid compact view - date label & event buttons alignment
  • tas-1980 Disable "Source" option in template notes (CkEditor)
  • tas-2001 Logging expired JWT token
    Note: Move from Warning to Debug category.
  • tas-1966 extensive logging added
    Note: Extended logging to provide more context.
  • tas-1693 Template processes import - subprocess and event
  • tas-1971 Dashboard overview - doesn't show name translation
  • tas-1715 Move items in multiselect with enter ✨

Chore

  • tas-1039 changeAssessmentRole - removal of fallback when the role does not exist
    Note: avoids misleading default behavior when role lookup fails.
  • tas-1979 TaskContext in the logger – adjustments ✨
    Note: Extension of logging to include the IP address of the incoming request.

[5.7.16] - 2025-04-11

🛠️ Fixed

  • Replace refresh-access token pairing from cache to random uuid which should match

[5.7.15] - 2025-04-10

🛠️ Fixed

  • tas-1963 LDAP sync USER_EXTERNAL_SOURCE update value fix
  • tas-1817 change dark violet color
  • tas-1855 Change documentation link in TAS
  • tas-1938 Change link to Changelog
  • tas-1965 Add case for case owner as recepient email notification
  • tas-1659 Dynamic rows - task completion despite unfilled required columns

[5.7.14] - 2025-04-08

🛠️ Fixed

  • tas-1836 Dynamic rows - combination this.changeDef & this.changeCell is not executed on initial load
  • redirect informations in case of expired token
  • tas-1728 Substitutes - editing and deleting
  • tas-1931 Add Substitution to user menu
  • tas-1728 fix Substitutes - editing and deleting
  • tas-1812 fix user settings and other issues with user id while substituting a user
  • tas-1817 Rename vice to substitute
  • tas-1403 Logs of created substitutions appear as errors
  • tas-1817 fix substitution translations in account popover

[5.7.13] - 2025-04-02

🛠️ Fixed

  • tas-1893 - Puppeteer - Argument Configuration
  • tas-1952 - ElasticSearch - delete filters loader fix

Chore

  • tas-1922 Increase of the default timeout

[5.7.12] - 2025-04-01

🛠️ Fixed

  • tas-1940 fixed conversion from string to number
  • tas-1881 DynamicTable - move row
  • ES log - empty message
  • tas-1885 - lib.dmsMergePdfs fixed
  • tas-1918 Alignment of variables in task form
  • tas-1820 MobApp - Unable to download files on iOS
  • Console calculation plugin bug
  • tas-1932 Change the value of a variable of type number using an event
  • tas-1932-fix Change the value of a variable of type number using an event
  • tas-1937 DMS bulk-download - SQL query fix
  • .env configuration
  • tas-1933 - progress/actual - revert solver_user_full_name removal
  • tas-1921 Check the /token-refresh call and subsequent redirect
  • tas-1494 fix filtering by translated system variables in overviews
  • DeleteLogs ES filter fix

✨ Added

  • tas-1913 Multiselect - component height setting
  • tas-1876 MobApp - Unable to download files on iOS - add method
  • tas-1887 Search in multichoice variable

Chore 🔧

  • tas-1861 single task endpoint - solver rights check

[5.7.11] - fill-in

🛠️ Fixed

  • tas-1900 DataGrid Croatian translation
  • ES logger filter and select fix
  • tas-1907 White screen when saving a sequence type variable
  • fix plugin manager
  • tas-1905 competences controllers fix

Chore 🔧

  • tas-1861 task endpoint optimization

✨ Added

  • tas-1902 new plugin support

[5.7.10] - 2025-03-10

✨ Added

  • tas-1834 - oauth2 connector for SMTP

[5.7.9] - fill-in

✨ Added

  • tas-1845 hotjar for instances

🛠️ Fixed

  • CustomViews - filter number values (Oracle)
  • Puppeteer - additional arguments

[5.7.7] - 2025-02-28

Fixed 🛠️

  • tas-1835 optional chaning for .includes method in cron migration, default value for CRON_SYNTAX
  • tas-1866 LDAP user not creating
  • tas-1739 Hide option to suspend or delete case in overview
  • tas-1745 Hide buttons for roles without rights to use them
  • tempDirPath in ews cronJob
  • tas-1871 Export to excel - list of texts localization
  • editing LoV variable in case view
  • tas-1704 Excel export - system variables localization
  • tas-1864 elastic logger bug fixes
  • tas-256 Resolving last solver when finished by vice

Chore 🔧

  • tas-1863 CahOrgStrCsv - refactor managers assigning

[5.7.6] - 2025-02-24

Fixed 🛠️

  • log on cronJob server start
  • tas-1800 Can't click on the first row in calculations
  • tas-1788 Calculations editor doesn't show jsdocs for functions from scripts
  • tas-1853 logs for plugins
  • tas-1853 fix controller plugins import
  • tas-1850 Duplicate row in dataGrid
  • tas-1851 documents all - white screen
  • tas-1852 Incorrect task width in the mobile app
  • tas-1858 Fix error due to empty colors object from /org-colors

✨ Added

  • tas-1798 Implement CO components to Tas

[5.7.5] - 2025-02-19

Fixed 🛠️

  • completely ignore masterUrl parameter
  • tas-1752 TAS 5.7 - filter in CV - operator ne
  • tas-1824 pairing new device - translations
  • tas-1825 saving filter in table - missing translation
  • tas-1830 Task sections endpoint - performance
  • tas-1839 MikroOrm migration tool -> prep for 5.8 migration
  • tas-1846 Regular user does not see translations of LOV variables starting with _ in overviews

✨ Added

  • tas-1828 Configuration of loading overview rows on FE

[5.7.4] - 2025-14-02

Fixed 🛠️

  • libreMacroConvertDmsFile - fix macroFile path

[5.7.3] - 2025-10-02

✨ Added

  • tas-1802 Open the last opened overview when opening overviews (new tab or refresh)
  • tas-1738 Option to choose number variable alignment in the task form
  • Default config for container image

🛠 Fixed

  • tas-1781 Moving vertical sections TAS 5.7
  • tas-1799 Display name in progress history
  • tas-1808 Event definition params typo
  • tas-1793 Variable of type number and value "0"
  • tas-1750 Task instructions not working
  • tas-1750 - task height fix
  • tas-1717 Additional design fixes in new case modal
  • Default config for container image - fix startup diagnostic for frontendUrl because of default value
  • tas-1810 fix localStorageStore
  • fix file download stability

[5.7.2] - 2025-01-28

✨ Added

  • tas-1777 - ability to turn off tmp cleanup on bootstrap in configuration
  • tas-1783 DataGrid - Apply filter from url
  • tas-1529 change Tas favicon
  • tas-1782 Change button size in tasks when in compact view

🛠 Fixed

  • tas-1709 Template - HTML export
  • tas-1780 Incorrect logout as a delegated user
  • logger in pdfExporter
  • orstr import entity typo
  • Azure ad missing redirect
  • tas-1747 Cache invalidation by pattern
  • tas-1750 - task height fix
  • tas-1794 Renaming the shared overview to tasks + to pull
  • tas-1749-fix DataGrid - scroll top when filtering
  • mobile auth - wrong accessTokenName

[5.7.1] - 2025-01-17

🛠 Fixed

  • tas-1244 Notes - fixes
  • tas-1455 fix - export did not do anything on CO React & Calculations tabs
  • fix - download of bulky logs
  • tas-1744 UsageStatisticCron
  • tas-1747 Rozdilne-chovani-skriptu-vypoctu-TAS-5.7-vs-TAS-5.3
  • tas-1748 Mobile app - deeplinks for ios fix
  • tas-1719 Mobile app - remember filtering
  • azure AD login fix
  • tas-1772 Migrace - ivar_big_value_insecure funkce pro LOB
  • tas-1749 DataGrid - scroll top when filtering
  • tas-1735 Preview of edited overview - changes are not applied
  • tas-1740 fix showing/hiding columns in data grids
  • tas-1735 Preview of edited overview - changes are not applied
  • tas-1730 Disable the button for editing an overview on someone else's overview
  • tas-1755 DR - cell key generated from title can cause problems
  • tas-1717 Template description is not displaying
  • tas-1746 add versioning for cookies
  • tas-1773 Error in event rule editing
  • tas-1743 - MailTaskCron null check for emailAddress

✨ Added

  • tas-1315 cookies settings configurable

🚀 TAS 5.7

✨ Added

  • tas-1429 - support of encrypted zip files in msgraph/ews processing cronJobs
  • tas-1395 administration > search
  • tas-1679 Redesign components (reduce spacing) :new-features:
  • tas-1046 storageApi parsing of isDocs pdf files :new-features:
  • tas-1422 Users - Modal for new user :new-features:
  • tas-1265 mobile settings notifications :new-features:
  • tas-1536 Redesign Users - password in new user modal
  • tas-1553 All tasks do not include tasks to pull - point 2 :new-features:
  • tas-1454 Variable assignment - vertical sections :new-features:
  • tas-1383 Rename the Generate record to history button :new-features:
  • tas-1574 Added _.find regex into calculationValidation
  • tas-1541 Helper in Service Console :new-features:
  • tas-1406 DataGrid component for react prints update3 :new-features:
  • tas-1582 Add mobile app redirect modal + deeplinks - mobile web :iphone:
  • tas-1635 Mobile app - add domain whitelist :iphone:
  • tas-1509 Selection of multiple options in the inline filter :new-features:
  • tas-1514 Ability to filter date ranges :new-features:
  • tas-1244 Added edit & hide functionality for notes :new-features:
  • tas-1486 Duplicating overviews :new-features:
  • tas-1712 Tasks - open every task within the "All" tab in a window :new-features:
  • tas-1603 Dynamic rows - configuration parameters "showAdd" and "showClone" :new-features:
  • tas-1126 Restrict changing password/settings of system users :new-features:
  • tas-1607 Add template info to modal of case variables :new-features:
  • tas-1705 Add default task name column to case history modal :new-features:
  • tas-1606 Add default task name column to the active tasks modal :new-features:
  • tas-1501 Option to change the date format in user settings :new-features:
  • tas-1129 User - display name field, replacing user full name (view, sort, filter) :new-features:
  • tas-1579 Display vice history :new-features:
  • tas-1687 Document preview - behavior change (opening in new window) :new-features:
  • tas-1455 Added import and export scripts functionality :new-features:
  • tas-1649 - Axios API :new-features:
  • tas-1658 Add Powered by Team Assistant :new-features:
  • tas-1732 Limit the maximum width of the task container :new-features:
  • tas-1736 Option to reset the width of the overview tree :new-features:
  • tas-1550 Created functions to find functions within scripts :new-features:
  • tas-1644 update getCaseNotes() function :new-features:
  • tas-1638 - Cron overhaul :new-features:
  • tas-1708 Switched to Alpine based Docker image, increased node.js version :new-features:
  • tas-1710 rename Open to Solve in task modal
  • redis keyPrefix with autogen
  • tas-1685 BiomeJs
  • DevOps-10623: Automatic generation of /config/build.json containing version information for frontend and backend
  • DevOps-10623: Automatic versioning for loggedUserStore.ts file
  • tas-1673 Swagger autogeneration

🛠 Fixed

  • tas-1576 MsGraphCreateProcessesFromMailCron - fix tmp path
  • error in index creation
  • error in migration step history conversion
  • tas-1421 disable websockets
  • tas-1375 HR Agenda - can't change task owner
  • es6-scripts-and-calculation-transpilation-probe failing
  • tas-1421 log level warning - AuthBadLoginException
  • tas-1463 PasswordModule - default login (auth_id)
  • tas-1458 Cron - update name references
  • tas-1421 user parameters controller fixes
  • tas-1419 change vice notifications
  • tas-1467 TAS 5 - sharing of CV changes filter operators
  • tas-1432 user photos migration - check CLOB length
  • tas-1466 Email notifications - HTML in task description
  • tas-1462 Displaying variables in some archived cases
  • tas-1407 overview duplication - the path before "/" is not copied
  • tas-1471 export number columns
  • tas-1421 dynamic table sql queries execution handling
  • tas-1476 TAS 5 - dynamic conditions - varDefOn on DR disables the DR script
  • tas-1477 - warning printed on a react case overview print
  • tas-1478 variable assignment - error after Lodash update
  • tas-1472 Overview not showing values after saving
  • tas-1264 vice - highlight status
  • tas-1481 instance process versions primary key migration - repeated execution
  • tas-1412 Select (list) scroll when using arrow keys
  • Incorrect TemplateVariableLov repository import
  • tas-1489 Update Mui DataGrid version to @latest
  • tas-1211 user restrictions configuration - extentsion for other FE components
  • tas-1502 Overview owner name not displayed
  • tas-1505 Closing an unchanged template - confirm dialog appears when archivation/shredding is turned on
  • tas-1518 Added HR_ROLE_ID remap in TemplateProcessImport
  • tas-1485 Opening a link to an overview should open its folder
  • tas-1515 Sorting events alphabetically
  • tas-1520 Email templates
  • tas-1513 Future date in date variable
  • tas-1508 for-of for adsync cronjob in LDAPSync
  • tas-1475 Fix meta in Arango Handler
  • tas-1531 Extract axios - tika timeout parameter
  • tas-1531 DmsFileIndexingCron - parseMetadata parameters fix
  • tas-1438 Lowercase for globalThis.orm.repo
  • tas-1533 Cron history - endpoint method
  • tas-1537 Values added by in documents
  • tas-1382 Misalignment of variables when the screen is resized
  • tas-1483 Finished tasks - errors when opening and closing
  • tas-1421 - fix excel/csv export
  • tas-1496 Sorting overviews
  • tas-1543 Manuals - change of table size after clicking on a row
  • tas-1493 Confirm modals with enter
  • tas-1544 Variable DL multichoice - incorrect tooltip display
  • tas-1542 Misaligned buttons in the administration App Status
  • tas-1511 Setting iproc_summary to NULL instead of empty string
  • fix container access in migration file: init-es-index
  • fix DMS controller - downloadMultiple - zip file handling
  • tas-1100 Copy DT with one column
  • tas-1575 Migrace convert-varchar-to-nvarchar - JS_SCRIPTS constraint
  • tas-1561 Task to pull from email - open modal
  • tas-1505 additional fixes - template save confirm dialog appears incorrectly
  • tas-1541-new Helper in Service Console (sys tags)
  • tas-1436 fix lock error without redis
  • tas-1581 Editor in a dark theme
  • tas-1601 Dynamic conditions - repeatScript doesn't work
  • tas-1600 - add AuthException to auth warning logs from error logs
  • tas-1609 Unable to take over task via specific path
  • tas-1617 Monaco Editor - unreadable selected row in commands list
  • tas-1619 Switching overviews does not change the overview name in the header
  • tas-1580 - add missing frontend endpoint
  • tas-1611 Sorting by Submission Date does not work
  • tas-1569 MANAGED_USERS sql query - fix parametrization
  • tas-1573 DR under hidden section
  • tas-1415 Alignment of variables in task form
  • tas-1604 Dynamic Table - excel export data types
  • tas-1623 csv/excel not working
  • tas-1626 Vertical scroll of the page jumps after opening a filled Select input
  • tas-1630 Csv/excel export - export system variables
  • tas-1551 Remove the option to search in the overview in the variable type DR
  • tas-1465 Quick filters - negative operators for multilingual attributes
  • tas-1503 Inactive Save button on quick filter in the overview
  • tas-1633 CaseOverview - export null number
  • tas-1634 Task definition broken on opening from graph
  • tas-1247 path fix from DMSF_SRC
  • tas-1602 Manuals: repeated access token calls + error jwt expired
  • tas-1430 config ms graph cron
  • tas-1639 Removed obfuscation from PdfExporter and Print files
  • tas-1572 setEmailProcessedOnError in ews/ms graph
  • tas-1662 Incorrect filtering in overviews
  • newest commit version of tas/knex 1.0.3
  • tas-1572 setEmailProcessedOnError cron help editing HTML
  • tas-1507 Disabled OCR processing in Tika, correct contentType for ZIP files, metadata processing for strict OOXML files
  • tas-1046 isDocPdf parsing
  • tas-1665 case status bug
  • tas-1667 Rename Home button to Dashboard
  • setDeviceToken via request body
  • tas-1625 Dynamic conditions - click on Complete from text variable
  • tas-1671 Change mail button color - old Outlook
  • tas-1677 ZFO - nosigs parameter
  • tas-1680 Redirect to task/case from link when using SSO
  • tas-1539 Added validation for empty tasksData in iTaskReport
  • Fix admin scripts
  • tas-1686 Fix archiving rights so that archived case is visible to users
  • tas-1688 Mobile app - deeplinks for iOS
  • tas-1691 5.3.38 - white screen na dashboardu
  • tas-1695 Attachment parsing for email notifications
  • tas-1604 Dynamic Table - disable forced date conversion in exports
  • tas-1605 Unable to edit org. units with many members
  • tas-914 HR Agenda (remove complete agenda handover button in vice tab)
  • tas-1501 Option to change the date format in user settings (fix prints, date format options)
  • tas-1660 TAS 5.6 - logout when switching admin/regular user view
  • tas-1695 fix email attachments
  • tas-1496 Sorting overviews (add localization compare)
  • tas-1690 click on events in the permissions tab - error
  • tas 1700 nested arrays in adminScript in cache module
  • fix: FCM notification muted condition
  • fix: Default monaco documentation endpoint
  • tas-1647 CaseStatusDeleteController - fix schema
  • fix: Mobile app notifications with badge
  • fix converted print endpoint
  • fix user photo download
  • fix competence rules endpoint
  • fix dms tags response formating
  • fix hr-business endpoint
  • tas-1129 User - display name field, replacing user full name (fix in mails, prints, variables, system vars, logs)
  • tas-1697 Pie chart in statistics does not fit the screen
  • tas-1664 Can't choose dynamic rows in overview columns
  • tas-1599 refresh tree in organization structure
  • tas-1618 TAS 5 - column width in the overview is not applied
  • tas-1468 Logger reader and Logger filter move to TasLogger and other functionality
  • tas-1468 Logger controler move to new architecture
  • tas-1664 fix missing cv_name when saving overview after changing columns
  • fix administration menu card height
  • tas-1714 Configuring string properties in schemas as nullable, adding cv_name_cs to the body
  • tas-1716 Boolean in config is saved as 0/1 instead of false/true
  • tas-1701 Restore mass task solving
  • tas-1721 Confirmation modal pops up below the entity change modal when changing an entity from a case
  • Fix locking in manual cron run start
  • tas-1669 Duplicate creation of organization units + other organization unit editing & creation fixes
  • Fix cron.js run
  • tas-1487 Dynamic rows - changeDef - validation message and caption
  • Remove token refresh from requests in manuals
  • tas-1679 Redesign components (reduce spacing) - gap height in task form
  • tas-1720 Document preview - selection changes when evaluating dynamic conditions
  • customViewMail - format.replace is not a function at expandFormat
  • fix calculation logs
  • fix fulltext in documents
  • tas-1694 Structure import users - default notifications configuration
  • fix validateIn while storing entity
  • fix tas-1486 Duplicating overviews
  • fix application monitoring typo
  • fix CV list length error
  • tas-1560 MailUsageStatisticsCron - fix mail sending
  • tas-1645 Pridat mobile app redirect modal + deeplinks - mobile web - update :iphone:
  • Template - fixed certain saving inconsistencies in the new template and case statuses forms & the graph
  • tas-1676 Mobile app - loss of connection to BE + deeplinks :iphone:
  • tas-1620 TAS 5 - change value of variable typed DT in GUI

🔧 Chore

  • tas-1445 CaseStatus controller TS propagation
  • tas-1386 Eliminace promise.map - controllers continuation
  • tas-1057 - added detailed bug reporter a.k.a. Debugr
  • tas-1260 axios → elasticSearch
  • tas-1392 - Rewrite authorization controller
  • tas-1434 - uninstall package debug
  • tas-1438 - globalThis.orm.repo always starts with lowerCase
  • tighten eslint rules
  • tas-1386 Eliminace promise.map - repositories
  • tas-1534 remove ZEA
  • tas-1435 remove unused src/api/responses
  • tas-1490 Update Material UI to 6.1.x
  • tas-1441 tika client / connector
  • tas-1386 Eliminace promise.map - repo, utils, workflow, systemApi.ts jsDocs
  • tas-1449 TS Propagace - Competence+CompetenceRule Controllery
  • tas-1444 TS Propagace - Azure Controller
  • tas-1446 TS Propagace - CertificatesController
  • tas-1448 TS Propagace - ChromePluginController
  • tas-1386 Eliminace promise.map - migration
  • tas-1556 Delete old components from FE repository
  • tas-1444 TS Propagace - Azure Controller
  • tas-1446 TS Propagace - CertificatesController
  • tas-1448 TS Propagace - ChromePluginController
  • tas-1386 Eliminace promise.map - migration
  • tas-1556 Delete old components from FE repository
  • tas-1436 - total overhaul of cache, pubsub, locks
  • tas-1386 - eliminace promise.map - tests
  • tas-1386 - eliminace promise.map - utils, workflow, calculation, auth, repos
  • tas-1386 - eliminace promise.map - crons
  • tas-1584 - connections + console + cronRunsHistory controllers refactor
  • tas-1469 Replacing console.log with a tasLogger
  • tas-1441 - azureAdAuthority client connector
  • tas-1441 - githubAuth client connector
  • tas-1320 Documents preview
  • tas-1386 - eliminace promise.map - controllers, repositories
  • tas-1558 Dashboard Refactoring
  • tas-1061 require→import
  • tas-1653 SAML to latest
  • tas-1657 Packages to latest
  • Add package-lock.json to TAS Backend Repo
  • tas-1441 - elastic indices client connector
  • tas-1441 - idoklad client connector
  • tas-1585 customView controller - refactor
  • Removed some vulnerable packages during Docker image build
  • devops-kb-10949 connect gh actions to use new container registry
  • tas-1441 - evalMath client connector
  • tas-1652 await-exec → exec-sh
  • tas-1532 Remove openTelemetry
  • tas-1651 string-table → table
  • tas-1684 remove ETL lib + audit + overfluous dependencies
  • tas-1683 Fix bug in TemplateProcessShredding Cron
  • tas-1586 CustomViewsMail Controller - refactor
  • modify CI/CD test process
  • remove operation logs
  • refactor ES connector/client
  • tas-1529 change TAS icon
  • add changelog check on github actions workflow
  • tas-1492 Update tedious(13.2.0) & knex(3.1.0)

Frantisek Brych Updated by Frantisek Brych

v5.3

Contact

Team assistant (opens in a new tab)

Powered by HelpDocs (opens in a new tab)