mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
modify the autocomplete link structure of the index resources
This commit is contained in:
@@ -534,9 +534,8 @@ public class ScmRequests {
|
||||
}
|
||||
|
||||
public class IndexResponse extends ModelResponse<IndexResponse> {
|
||||
|
||||
public static final String AUTOCOMPLETE_USERS = "_links.autocompleteUsers.href";
|
||||
public static final String AUTOCOMPLETE_GROUPS = "_links.autocompleteGroups.href";
|
||||
public static final String AUTOCOMPLETE_USERS = "_links.autocomplete.find{it.name=='users'}.href";
|
||||
public static final String AUTOCOMPLETE_GROUPS = "_links.autocomplete.find{it.name=='groups'}.href";
|
||||
|
||||
public IndexResponse(Response response) {
|
||||
super(response);
|
||||
|
||||
Reference in New Issue
Block a user