cleaned config
This commit is contained in:
@@ -59,7 +59,7 @@ class SamplesDefaultFormatter extends FormatterBase {
|
||||
'#tag' => 'span',
|
||||
'#value' => $this->t('@target : @location', [
|
||||
'@target' => "Bug no term available",
|
||||
'@location' => $item->location
|
||||
'@location' => 'bug' //$item->location
|
||||
]
|
||||
),
|
||||
];
|
||||
|
Reference in New Issue
Block a user