Skip to content
Snippets Groups Projects
Commit 50cb6353 authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'leipert-backport-ee-changes' into 'master'

Backport EE changes (missing exports)

See merge request gitlab-org/gitlab-ce!21772
parents 99c3d45e 276c4ae6
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
import FilteredSearchTokenKeys from './filtered_search_token_keys';
 
const tokenKeys = [{
export const tokenKeys = [{
key: 'author',
type: 'string',
param: 'username',
Loading
Loading
@@ -42,14 +42,14 @@ if (gon.current_user_id) {
});
}
 
const alternativeTokenKeys = [{
export const alternativeTokenKeys = [{
key: 'label',
type: 'string',
param: 'name',
symbol: '~',
}];
 
const conditions = [{
export const conditions = [{
url: 'assignee_id=0',
tokenKey: 'assignee',
value: 'none',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment