Skip to content

Commit fea7118

Browse files
committed
changing the relation name to sync with backend
1 parent b1b9252 commit fea7118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.abapgit.adt.backend/src/org/abapgit/adt/backend/IRepositoryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public interface IRepositoryService {
1919

2020
// CHNG: Remove new pull relation
21-
String RELATION_PULL_NEW = "http://www.sap.com/adt/abapgit/relations/pullTry"; //$NON-NLS-1$
21+
String RELATION_PULL_WITHOUT_BG = "http://www.sap.com/adt/abapgit/relations/pullwithoutbg"; //$NON-NLS-1$
2222
String RELATION_PULL = "http://www.sap.com/adt/abapgit/relations/pull"; //$NON-NLS-1$
2323
String RELATION_STATUS = "http://www.sap.com/adt/abapgit/relations/status"; //$NON-NLS-1$
2424
String RELATION_LOG = "http://www.sap.com/adt/abapgit/relations/log"; //$NON-NLS-1$

org.abapgit.adt.backend/src/org/abapgit/adt/backend/internal/RepositoryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public IAbapGitPullModifiedObjects getModifiedObjects(IProgressMonitor monitor,
297297
@Override
298298
public IAbapObjects pullRepository(IRepository existingRepository, String branch, String transportRequest, String user, String password,
299299
IAbapGitPullModifiedObjects selectedObjectsToPull, IProgressMonitor monitor) {
300-
URI uriToRepo = getURIFromAtomLink(existingRepository, IRepositoryService.RELATION_PULL_NEW);
300+
URI uriToRepo = getURIFromAtomLink(existingRepository, IRepositoryService.RELATION_PULL_WITHOUT_BG);
301301
URI backgroundUri = AdtBackgroundRunUriDiscoveryFactory.createBackgroundRunUriDiscovery(this.destinationId)
302302
.getBackgroundRunUriIfAuthorized(monitor);
303303
IRestResource restResource = AdtBackgroundRestResourceFactory.createBackgroundRestResourceFactory()

0 commit comments

Comments
 (0)