Skip to content

Commit

Permalink
Remove inventory list Data nav item (#4920)
Browse files Browse the repository at this point in the history
Removed inventory list `Data` nav
  • Loading branch information
axelstudios authored Jan 16, 2025
1 parent af3a34f commit b0d137b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ Accepted External Pull Requests: 11

# SEED Version 2.0.0 (2016-06-11 to 2016-10-01)

losed Issues: 21
Closed Issues: 21
- Fixed [#30]( https://github.com/SEED-platform/seed/issues/30 ), Multiple Data Files per Building Record
- Fixed [#59]( https://github.com/SEED-platform/seed/issues/59 ), Column Reordering allowed in Matching Edit Columns view
- Fixed [#66]( https://github.com/SEED-platform/seed/issues/66 ), Add Ability to handle multiple years of data
Expand Down
1 change: 0 additions & 1 deletion seed/static/seed/partials/inventory_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
<a ng-if="inventory_type === 'properties'" id="inventory_groups" ui-sref="inventory_groups(::{inventory_type: inventory_type})" ui-sref-active="active" translate>Groups</a>
<a id="inventory-cycles" ui-sref="inventory_cycles(::{inventory_type: inventory_type})" ui-sref-active="active" translate>Cross-Cycles</a>
<a id="inventory-map" ui-sref="inventory_map(::{inventory_type: inventory_type})" ui-sref-active="active" translate>Map</a>
<a id="inventory-data" ui-sref="custom_reports(::{inventory_type: inventory_type})" ui-sref-active="active" translate>Data</a>
<a id="inventory-summary" ui-sref="inventory_summary(::{inventory_type: inventory_type})" ui-sref-active="active" translate>Summary</a>

0 comments on commit b0d137b

Please sign in to comment.