mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
Add clarifying comment to exists
check (#7207)
Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
Some checks failed
main-build / build-merged (push) Has been cancelled
main-build / auto-tag (push) Has been cancelled
main-build / coverage (push) Has been cancelled
main-build / auto-tag-artifact (push) Has been cancelled
ajson mirror / pr_ajson_changes (push) Has been cancelled
This commit is contained in:
parent
b55791765f
commit
c0ce2cb2e2
|
@ -991,6 +991,9 @@ CLASS zcl_abapgit_objects IMPLEMENTATION.
|
|||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
" We want the object list of a repository to show unsupported object (without serializing them)
|
||||
" This is why the follow check and the caught exception return true.
|
||||
|
||||
" For unsupported objects, assume object exists
|
||||
IF is_type_supported( is_item-obj_type ) = abap_false.
|
||||
rv_bool = abap_true.
|
||||
|
|
Loading…
Reference in New Issue
Block a user