Skip to content

org-page-publisher: change copy in hyperlinks section#1250

Merged
BibianaC merged 1 commit into
livefrom
bc/update-copy-publishers
May 20, 2026
Merged

org-page-publisher: change copy in hyperlinks section#1250
BibianaC merged 1 commit into
livefrom
bc/update-copy-publishers

Conversation

@BibianaC
Copy link
Copy Markdown
Member

@BibianaC BibianaC commented May 7, 2026

relates to #843 (comment)

Screenshot 2026-05-14 at 09 07 14

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Coverage Report for CI Build 25484642820

Coverage remained the same at 72.329%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1984
Covered Lines: 1435
Line Coverage: 72.33%
Coverage Strength: 0.72 hits per line

💛 - Coveralls

@BibianaC BibianaC requested a review from chrisarridge May 7, 2026 08:43
Copy link
Copy Markdown
Contributor

@chrisarridge chrisarridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one thing to fix in this and then we're looking good. If you set up elastic search with

python dataload/import_to_elasticsearch.py --clean tests/data/awefw001p00000zgyHZAAY.json --funders tests/data/funders.jsonl --recipients tests/data/recipients.jsonl

and start Grantnav with

PROVENANCE_JSON=tests/data/data.json DEBUG=true python manage.py runserver

then open http://localhost:8000/org/360G-LBFEW#Publisher you'll see the publisher details. Took me a while to sort it!

Then if you can add a screenshot we can get an okay :)

{% if publisher.datasets.0.distribution.0.accessURL %}
<li>
{{ publisher.name }} has provided this link for information about their data
<a href="{{ publisher.datasets.0.distribution.0.accessURL }}">{{ information about their data }}</a>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{{ information about their data }} isn't a working template variable. Changing the line to: {{ publisher.name }} has provided this link for <a href="{{ publisher.datasets.0.distribution.0.accessURL }}">information about their data</a> will fix the issue.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks.

@BibianaC
Copy link
Copy Markdown
Member Author

@chrisarridge I couldn't run Elasticsearch the way you said. The way I normally run it, it worked. Thanks!

./bin/elasticsearch

@BibianaC BibianaC force-pushed the bc/update-copy-publishers branch from 969d322 to 6576c03 Compare May 14, 2026 08:14
@BibianaC BibianaC requested a review from mariongalley May 14, 2026 08:14
Copy link
Copy Markdown
Contributor

@mariongalley mariongalley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@BibianaC
Copy link
Copy Markdown
Member Author

@chrisarridge Is it okay to merge with failing links?

@chrisarridge
Copy link
Copy Markdown
Contributor

@chrisarridge Is it okay to merge with failing links?

Yes. Let's merge it. It's the same failures on the standard website. #1253 Should resolve this for future PRs.

@BibianaC BibianaC merged commit d0671c7 into live May 20, 2026
4 of 6 checks passed
@BibianaC BibianaC deleted the bc/update-copy-publishers branch May 20, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants