Release date: Friday, 30 January 2026
Issue 14300
When having a List object that contains a DetailWebComponent action which includes a grid with Title Filters and Columns Selector, the Title Filters are not shown (only happens using GeneXus 18 Upgrade 14 or later).
Issue 14299
When having a date attribute in a Japanese environment, if the user types 1223 the infered is "1223/01/01" and should be "2026/12/23"
Issue 14295
If the developer opens an existing transaction that does not have a WorkWithPlus instance created, makes a change (for example, changes the description of an attribute), saves, and goes to the Patterns tab, a dialog box with an error message is displayed.
Issue 14294
Previously, when a variable contained an error message, there was no way to remove it programmatically.
Neither of the following worked:
msg(!"<#CLEAR#>")
Msg(DVMessageGetBasicNotificationMsg('', '', DVMessageType.error, &Variable1.InternalName, DVMessageBoolean.True, ''))
This has been fixed. You can now use either option to clear the error message.
Issue 14293
When having a List object that contains a Full text filter with a 'Visible Condition' value (e.g, &ShowFullFilter) and the Grid State is configured to be saved 'In Session' (WorkWithPlus Settings -> Web -> Grid -> Save Grid State = 'In Session'), an error is shown after applying the Pattern
Issue 14292
When having a List object that contains an action to open a pop-up, after the pop-up is opened, closed, and a refresh is done (e.g., filtering the grid), the grid columns cannot be reordered anymore.
|