Merge "Allow branches to be browsed by project_id"

This commit is contained in:
Zuul 2018-02-15 22:58:58 +00:00 committed by Gerrit Code Review
commit 318a421751
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ angular.module('sb.services').factory('Branch',
'Branch',
resource,
'name',
{Text: 'q'}
{
Text: 'q',
Project: 'project_id'
}
);
return resource;