Skip to content

Commit

Permalink
Issue #20 - Bugfix UI-Error
Browse files Browse the repository at this point in the history
If two datacontainers had the same class and description, only one of them was offered in the navigation tree of the SLG1-Popup.
  • Loading branch information
NeumannJoerg committed Mar 12, 2024
1 parent 0a0b622 commit 244a8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CLASS lcl_data_container_selector DEFINITION FINAL CREATE PUBLIC.
data_container TYPE REF TO /usi/if_bal_data_container,
END OF ty_sorted_data_container,
ty_sorted_data_containers TYPE SORTED TABLE OF ty_sorted_data_container
WITH UNIQUE KEY type classname description.
WITH NON-UNIQUE KEY type classname description.

TYPES: BEGIN OF ty_node_container,
node_key TYPE tv_nodekey,
Expand Down

0 comments on commit 244a8ef

Please sign in to comment.