Skip to content

Commit cdb85c4

Browse files
committed
fat: edit template integration
1 parent 1a061fa commit cdb85c4

40 files changed

Lines changed: 2341 additions & 2595 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
88

99
### Added
1010

11+
- Edit Dataset Template Integration: "Edit Template" dropdown on the Dataset Templates listing now opens the Metadata or Terms editor and shows a "Template updated" toast on return.
12+
1113
### Changed
1214

1315
### Fixed
1416

17+
- After saving on either Edit Template tab (Metadata or Terms), the user is redirected to the templates listing with a success toast instead of staying on the edit page.
18+
- Edit Template breadcrumb on the Terms page no longer renders the dataset's "Terms and Guestbook" label (templates have no guestbook).
19+
1520
### Removed
1621

22+
- Standalone `EditTemplateMetadataFactory` and `EditTemplateTermsFactory` route factories — replaced by a single `EditTemplateFactory` dispatcher that selects the right page based on `editMode`.
23+
1724
---
1825

1926
## [v0.3.0] -- 2026-04-24

0 commit comments

Comments
 (0)