ag, agpi instllation adds fav, fix #506

This commit is contained in:
atsy 2016-12-16 11:36:58 +02:00
parent 4cec7f6094
commit 4754d3632d

View File

@ -140,6 +140,7 @@ CLASS lcl_services_abapgit IMPLEMENTATION.
lo_repo->status( ). " check for errors lo_repo->status( ). " check for errors
lo_repo->deserialize( ). lo_repo->deserialize( ).
lcl_services_repo=>toggle_favorite( lo_repo->get_key( ) ).
ENDIF. ENDIF.
COMMIT WORK. COMMIT WORK.