Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Hello there,

We are glad to inform you that the latest 2022.20 versionof the SWAT Framework is out. Below is the list of issues thatare part of this release.

Tasks

Priority Key Akioma Release Notes
High SWAT-7091 Fixed issue with jquery reference that was removed
Medium SWAT-7070 Added `xenon/hdp` service to integrate Progress `Hyper Data Pipeline` with Build.One.

It is introduced as separate micro-service runnable in isolation as docker container.

Added to `src/xenon/hdp`

Callable from `webui`, through the [Build.](http://Build.one)One backend where the request is routed through a `gateway` micro-service under `src/gateway`.

Currently supports HTTP-method `GET` to consume data from foreign APIs connected to `hdp.buildone.live`.

When configuring a `Data Source Object (DSO)` set SUBTYPE `Nestjs` and configure attribute `resourceName` to `resource/<connectorName>/<tableName>`

`resourceName` must contain `resource`

`<connectorName>` represents the DataSource name configured in `HDP`

`<tableName>` represent the endpoint configured inside the data source in `HDP`

Further plans include adding Hyper Data Pipeline to the [Build.One](http://Build.One) stack and not just consuming it as a foreign SaaS-service.
Medium SWAT-6931 Added dedicated tests to dynSelect control

Bugs

Priority Key Akioma Release Notes
Medium SWAT-7154 TagName was not correctly handled in lookup click handler of `DynSelect` due to modernisation and removal of `jquery`.
Medium SWAT-7151 `FilterForm` was not opened as form in designer. Only reacted on `'swatform'` and accidentally ignored `'swatfilterform', 'swatattributeform'`.
Medium SWAT-7130 Fixed vuex version to 4.0.2
Highest SWAT-7125 Updated `glob` from `^7.2.0` to `^8.0.3`
Updated mocha from `^9.1.3` to `^10.1.0`
Highest SWAT-7124 Method `getField()` returned undefined despite the formField being present in the corresponding form.

Search mechanism for nested form elements was dysfunctional.
Medium SWAT-7113 Fixed issue where adding classes with space characters resulted in errors.

activeFormControl was accidentally removed from the dom-element instead of the classList, due to jquery removal
Medium SWAT-7109 terminDetailWindow.getScheduler("TerminCalendar"); returned null because the scheduler view was renamed from appointment to scheduler but method createSwatObject() was accidentally still listening for appointment
Medium SWAT-7107 Method insertAdjacentHTML() was chained in a lazy loaded path by accident.
High SWAT-7106 Changes to a menu function where saved but not visible. I.e. a checkbox that was checked, was saved as checked, but not visible as checked.

Field updates were only checked for values not `null`, needed to check also for `false` and `undefined`.
Medium SWAT-7099 Fixed CLAPI error with adjustMainWinStyling. Class 'sidebar_removeBorders' accidentally was not added.

Due to the modernisation efforts of removing jquery method addClass was accidentally called. Replaced with classList.
Medium SWAT-7036 3-day events which have been created in Outlook have been displayed as 4-day events in the Build.One calendar.

When `wholeDay` was set to `true` the `endTime` attribute is no longer overridden and the hour is set to midnight.
High SWAT-6871 Changes to label attribute for a column was not visible at runtime. Introduced clearing of repository Cache on change of instance in the designer.

Looking forward to hear your feedback.

Thanks,
Build.OneTeam

  • No labels