Skip to content

Commit

Permalink
Fix for bug that prevents saving tab name changes in a tabbed report (#…
Browse files Browse the repository at this point in the history
…11672)

* fix bug that prevents saving tabbed report name changes

* update change log
  • Loading branch information
CWDamm-Kint authored Dec 16, 2024
1 parent 726c5cf commit af5ebcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/report-templates/tabbed.htm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
<div>
<div class="col-xs-12 pad-nor" style="padding: 5px">
<input type="" data-bind="attr: {placeholder: $root.translations.tabName}" id="" class="form-control input-md widget-input" data-bind="textInput: tab.name" />
<input type="" data-bind="attr: {placeholder: $root.translations.tabName}, textInput: tab.name" id="" class="form-control input-md widget-input" />
</div>
<div class="col-xs-12 pad-nor" style="padding: 5px">
<!--ko if: $parent.icons().length > 0 -->
Expand Down
1 change: 1 addition & 0 deletions releases/7.6.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615)
- Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620)
- Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583)
- Fix for bug that prevents saving tab name changes in a tabbed report #[11617](https://github.com/archesproject/arches/issues/11617)
- Fix regression where Arches is no longer overriding Django admin templates #[11668](https://github.com/archesproject/arches/issues/11668)
- Fix bug causing the Edit button to not display in the map popup #[11679](https://github.com/archesproject/arches/issues/11679)

Expand Down

0 comments on commit af5ebcb

Please sign in to comment.