Skip to content

Commit c93e35e

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 9538a76 + c18a3e4 commit c93e35e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/views/partials/bootstrap-table.blade.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ function genericColumnObjLinkFormatter(destination) {
368368
369369
// Add some overrides for any funny urls we have
370370
var dest = destination;
371-
var polymorphicItemFormatterDest;
372-
if (destination=='fieldsets') {
371+
var polymorphicItemFormatterDest = '';
372+
if (destination == 'fieldsets') {
373373
var polymorphicItemFormatterDest = 'fields/';
374-
}
374+
}
375375
376376
return '<nobr><a href="{{ config('app.url') }}/' + polymorphicItemFormatterDest + dest + '/' + value.id + '">' + value.name + '</a></span>';
377377
}
@@ -633,7 +633,6 @@ function assetRequestActionsFormatter (row, value) {
633633
'licenses',
634634
'locations',
635635
'maintenances',
636-
'maintenances',
637636
'manufacturers',
638637
'models',
639638
'statuslabels',

0 commit comments

Comments
 (0)