Skip to content

Fix UI5 version structure reference in demo apps#616

Merged
oblomov-dev merged 1 commit into
standardfrom
claude/blissful-mccarthy-70qPB
May 22, 2026
Merged

Fix UI5 version structure reference in demo apps#616
oblomov-dev merged 1 commit into
standardfrom
claude/blissful-mccarthy-70qPB

Conversation

@oblomov-dev
Copy link
Copy Markdown
Member

Summary

Corrected the structure reference for UI5 version information in two demo apps. The code was accessing s_ui5_version when the correct structure name is s_ui5.

Changes

  • z2ui5_cl_demo_app_122: Updated four field references from ls_get-s_ui5_version-* to ls_get-s_ui5-*

    • version
    • theme
    • gav
    • build_timestamp
  • z2ui5_cl_demo_app_353: Updated two field references from ls_get-s_ui5_version-* to ls_get-s_ui5-*

    • version
    • theme

Details

This fix aligns the code with the correct data structure naming convention used by the framework's get() method, ensuring proper access to UI5 version metadata.

https://claude.ai/code/session_01N8YLbiB1wPEGiqsCRTARQ7

@oblomov-dev oblomov-dev merged commit 731d609 into standard May 22, 2026
3 of 5 checks passed
@oblomov-dev oblomov-dev deleted the claude/blissful-mccarthy-70qPB branch May 22, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant