Skip to content

Commit 6284484

Browse files
Merge pull request #30 from culturagovbr/evolucao-5427-hiperlink-report-csv
feat: implementando função hiperlink para a coluna referente ao número da inscrição
2 parents a177dd7 + 2723cfb commit 6284484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Opportunities/views/opportunity/report-csv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function is_entity_location_field($field) {
151151
}
152152

153153
$outRow = array_values(array_filter([
154-
$r->number,
154+
"=HIPERLINK(\"" . $app->createUrl('registration', 'view', [$r->id]) . "\"; \"" . $r->number . "\")",
155155
showIfField($entity->projectName, $r->projectName),
156156
$result_string ?: '""',
157157
returnStatus($r) ?: '""',

0 commit comments

Comments
 (0)