diff --git a/CHANGELOG.md b/CHANGELOG.md index b10997b87..0a8c24b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # FoTT Changelog +## 2.1-preview.1-978dabc (07-01-2020) +* feat: support document managment ([#374](https://github.com/microsoft/OCR-Form-Tools/commit/978dabc3ba877ed4215865cba2a583fb785a2894)) + +## 2.1-preview.1-56a4b89 (06-30-2020) +* fix: wait until composed model is ready ([#369](https://github.com/microsoft/OCR-Form-Tools/commit/56a4b89f370f2fd72c6bc275376205e7fffe6a9e)) + ## 2.1-preview.1-6114d64 (06-23-2020) * fix: update OCR version ([#335](https://github.com/microsoft/OCR-Form-Tools/commit/6114d6456b27a59335e534eef72cefd1b2f15737)) * feat: support electron for on premise solution ([#333](https://github.com/microsoft/OCR-Form-Tools/commit/ca0bd0c2ab46b7b587e5bfbc60c29b62bb325297)) diff --git a/docs/manual_testing/manual-test-runbook.md b/docs/manual_testing/manual-test-runbook.md index 480cdf685..95be92f03 100644 --- a/docs/manual_testing/manual-test-runbook.md +++ b/docs/manual_testing/manual-test-runbook.md @@ -1,5 +1,26 @@ # Test Runbook +## Feat: support document management + +> ### Feature description ### +- Add menu item to canvas command bar for deleting documents + +> ### Use Case ### + +**As** a user +**I want** to delete a document and it's files through FOTT +**So** I don't have to delete the document through a storage provider + +> ### Acceptance criteria ### + +#### Scenario One #### + +**Given** I've selected a document in the editor page. +**When** I click the overflow menu item on the canvas command bar and then click "Delete document." +**Then** FoTT should delete the document in the storage provider, remove it from FOTT's current project, and select the project's first document. + +___ + ## Feat: support Electron for on premise solution > ### Feature description ### diff --git a/src/react/components/shell/statusBar.tsx b/src/react/components/shell/statusBar.tsx index adbb22601..22e907772 100644 --- a/src/react/components/shell/statusBar.tsx +++ b/src/react/components/shell/statusBar.tsx @@ -16,7 +16,7 @@ export class StatusBar extends React.Component {