Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    24.21.0

    24.21.0

    All Release Notes

    ‣
    Major
    ID
    Title
    Description

    SWAT-11326

    akioma.saveNewRecord does not return a promise

    - change saveRecord return a promise - change saveNewRecord return a promise - change chooseWindowClose returns promise - change chooseWindowRecordSelected returns a promise - change openCopyRecordDialog returns a promise - change openNewRecordDialog returns a promise - add unit tests to CrudUtils - refactor launchContainer - refactor getDescendant to avoid unneeded local vars and get more modern - refactor executeAsync 'callback' param has a type - fix callAction unit tests to prevent a runtime error - refactoring remove enableLoadContainer from usage and mark as deprecated

    SWAT-11576

    Release: Update to latest SCL release

    Update to SmartComponent Library Release 11.7 #82340@2024-10-13 UTF-8

    SWAT-11607

    LN-Test missing dedicated translation namespace

    Translation namespaces need to be specified now on stack-level, using the B1_APPLICATION_TRANSLATIONNAMESPACE environment variable, specified through the deployment config files located in the .build directory.

    SWAT-11616

    Change akioma.saveRecord to return a promise

    - change saveRecord, saveNewRecord return a promise

    SWAT-11636

    Change akioma.<method> chooseWindowClose, chooseWindowRecordSelected, openCopyRecordDialog to return a promise

    - change chooseWindowClose returns promise - change chooseWindowRecordSelected returns a promise - change openCopyRecordDialog returns a promise - change openNewRecordDialog returns a promise - add unit tests to CrudUtils - refactor launchContainer - refactor getDescendant to avoid unneeded local vars and get more modern - refactor executeAsync 'callback' param has a type - fix callAction unit tests to prevent a runtime error - refactoring remove enableLoadContainer from usage and mark as deprecated

    ‣
    Minor
    ID
    Title
    Description

    SWAT-11049

    Providing sample for custom context properties

    Prepared documentation covering how to set up a custom context: https://www.notion.so/build-one/Sample-use-for-custom-context-properties-0e842b6c56aa49f8bd98e4c925d8432e

    SWAT-11123

    Fix layout.spec.ts: "Should have saved layout @regression" is flaky

    Fixed flaky test

    SWAT-11235

    Menu designer: wrong panel for new item. Unable to modify action properties

    Action properties are displayed and labels in dynselect dropdown are adjusted to not use Akioma namespace

    SWAT-11299

    Question from ConsultingWerk regarding MessageInteractionService in the codebase

    Adjusted SmartMessage handling to identify a Smart Message by both MessageID or MessageId properties. MessageID property marked as deprecated and is kept for backwards compatibility, use MessageId instead.

    SWAT-11324

    Add a warning when users attempt to modify files in the .deploy folder

    Added a warning in the development workspaces, when a user makes a change in the .deploy folder to files which are the result of a generation process.

    SWAT-11501

    Add support for Entity as a source for the batch generate

    Added support for using entity repository objects as sources for the quick builder generator.

    SWAT-11567

    New Application settings: Environment-Name/-Description/-Type

    Added new application settings to describe the deployment: environment.name -> the name of the environment (defaults to 'development' in the development workspaces and the stack name in standalone deployments) environment.description -> can be used to add a description for the deployment environment.type -> used for specifying what type of deployment it is (ex. development, test, production) environment.url -> points to the app's url

    ‣
    Patch
    ID
    Title
    Description

    SWAT-10592

    Layout select doesn't close if you select another object in designer.

    Fixed a bug with select results list remaining open after focusing outside.

    SWAT-11144

    Highlight in designer when drag and drop over form

    Adjusted highlight to better reflect where the input would drop in a form with columns.

    SWAT-11148

    Saving inside any window clears dirty state for all windows

    When a DataSource is refreshed and it hasChanges, we prevent the refresh for that specific DataSource.

    SWAT-11285

    Missing Padding in Object Designer in Design View

    Padding for design view is now working

    SWAT-11498

    Incorrect taskbar item title after saved repository changes

    Fix an issue with taskbar item title not being displayed correctly.

    SWAT-11543

    Error when opening object in designer the first time

    Fixed an error when opening an object in the Designer for the first time.

    SWAT-11602

    Button not clickable a 2nd time

    Fixed an issue with RibbonSelect items focusing diabling form button click and ESC key press in opened RibbonSelect dropdown behaviour.

    SWAT-11666

    Dataview from custSearchW not opening record

    Adjusted launchOwnerWithChild client logic method to work with Dataview or other panel level controls, not just Grid Columns.

    SWAT-11674

    Fix snapshot tests that were broken by padding in graphEditor.

    Fix snapshot tests for graphEditor

    ‣
    Other
    ID
    Title
    Description

    SWAT-11483

    Add new attribute Editor type for richtext and ittext (ckeditor 5)

    New attribute 'editorType' for CK5 Editor objects to allow configuration per instance level. Added unit tests to ensure CK5 Editor is building with given editorType.

    Back to Release NotesRelease Notes

    Back to Home Page

    Logo