mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Add. fix for domains, close #613
Fixing a bug in domains serializing (serializing doesn't work if there is translation to one language only).
This commit is contained in:
parent
607a6cad55
commit
45d82dc5d3
|
@ -278,7 +278,7 @@ CLASS lcl_object_doma IMPLEMENTATION.
|
|||
SORT lt_dd01_texts BY ddlanguage ASCENDING.
|
||||
SORT lt_dd07_texts BY ddlanguage ASCENDING.
|
||||
|
||||
IF lines( lt_i18n_langs ) > 1.
|
||||
IF lines( lt_i18n_langs ) > 0.
|
||||
io_xml->add( iv_name = 'I18N_LANGS'
|
||||
ig_data = lt_i18n_langs ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user