Skip to content

Commit

Permalink
Fix nuisance failing requests to help template view #11478
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored and chiatt committed Sep 20, 2024
1 parent baf531b commit 51965c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/views/graph-designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ define([

viewModel.activeTab.subscribe(function(tab) {
viewModel.helpTemplate(helpContentLookup[tab]['template']);
viewModel.getHelp();
viewModel.getHelp(viewModel.helpTemplate());
switch (tab) {
case 'card':
updateCardSelection();
Expand Down
1 change: 1 addition & 0 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Arches 7.6.0 Release Notes
- 9768 Filter out tiles created during resource creation from activity stream API
- 9769 Ensure resource creation edit log timestamps precede resource update timestamps
- 11339 Support Shapefile import in map editor widget
- 11478 Fix nuisance failing requests to help template view
- 10738 Adds Github action for comparing test coverage between branches and rejecting branches that lower test coverage
- Ensure search facets have widget label on advanced search restore #11046
- Persists unsaved value in string widget if a user switches between cards in the card tree #11092
Expand Down

0 comments on commit 51965c9

Please sign in to comment.