mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00

* Commit Page Update Here's the redesigned commit page moving to the HTML forms you know form other dialogs (goes together with #5047 for best look). New features: - check of mandatory entries - validation of email address format - link to docs (t.b..d.) - summary of changes on top, list of changed filed on bottom - placeholder for body Closes #5029 * rm > remove * Create guide-stage-commit.md * Add files via upload * Update guide-stage-commit.md * Delete commit_done.png * Add files via upload * Update guide-moving-package.md * Add files via upload * Add files via upload * Update zcl_abapgit_gui_page_patch.clas.xml * Update zcl_abapgit_gui_page_stage.clas.xml * Update zcl_abapgit_gui_page_merge.clas.xml * Update zcl_abapgit_gui_page_commit.clas.xml * Update zcl_abapgit_gui_page_code_insp.clas.xml Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
498 B
XML
17 lines
498 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_GUI_PAGE_MERGE</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abapGit - GUI - Merging Page</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|