Commit 4d6fe6c
fix - replace _bind_local (#17)
* fix: replace removed _bind_local with _bind (#16)
The _bind_local method was removed from the z2ui5_if_client interface
in a recent abap2UI5 update. Replace with _bind which now handles
both public attributes and local variables/field symbols.
https://claude.ai/code/session_01SiKPSNXdhzLE2bHRbXdG64
* fix: use public REF TO data attributes for _bind instead of local variables
_bind cannot trace local variables back to the app class. Added public
mr_preview_tab / mr_output_data attributes, assigned the data references
to them, and dereferenced from the public attribute before passing to _bind.
https://claude.ai/code/session_01SiKPSNXdhzLE2bHRbXdG64
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 26c107d commit 4d6fe6c
3 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
373 | | - | |
| 374 | + | |
| 375 | + | |
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
377 | | - | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
611 | 613 | | |
612 | 614 | | |
613 | 615 | | |
614 | 616 | | |
615 | 617 | | |
616 | 618 | | |
617 | | - | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
| |||
0 commit comments