Hi,
While testing upgrade to the latest SGWT 15.0d I noticed an error manifesting itself in debug session (GWT super dev).
Developer console shows:
Investigating pointed me to ListGrid.js (debug version) which lacks comma after "below" in the following code:
(line 31203 in v15.0d_2025-08-21)
This has been introduced in v15.0d_2025-08-10.
Thanks,
MichalG
While testing upgrade to the latest SGWT 15.0d I noticed an error manifesting itself in debug session (GWT super dev).
Developer console shows:
Code:
*13:39:37.364:INFO:Log:initialized *13:39:37.781:WARN:Log:SyntaxError: Unexpected identifier '_$above'
(line 31203 in v15.0d_2025-08-21)
Code:
// recordComponentPositions _$within: "within", // fill the space _$expand: "expand", // show below _$below: "below" // show below _$above: "above", // show above
Thanks,
MichalG
Comment