From 0961b7a409abb885349102f6ba454507022b14bc Mon Sep 17 00:00:00 2001 From: rfulton-lf Date: Wed, 4 Oct 2023 10:25:33 -0700 Subject: [PATCH 1/2] moved changelog and added jekyll metadata --- CHANGELOG.md => jekyll_files/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) rename CHANGELOG.md => jekyll_files/CHANGELOG.md (84%) diff --git a/CHANGELOG.md b/jekyll_files/CHANGELOG.md similarity index 84% rename from CHANGELOG.md rename to jekyll_files/CHANGELOG.md index 2538c00..f3f52d0 100644 --- a/CHANGELOG.md +++ b/jekyll_files/CHANGELOG.md @@ -1,3 +1,6 @@ +--- +layout: default +--- ## 1.0.0.280 ### Features @@ -6,6 +9,8 @@ - Ability to save documents to Laserfiche from SharePoint with mapped metadata - Ability to view your Laserfiche repository from within SharePoint +### Known Issues + ### Fixes ### Chore & Maintenance From 694095a1e9c06ed5b476d931e0802d12187b004c Mon Sep 17 00:00:00 2001 From: rfulton-lf Date: Wed, 4 Oct 2023 11:57:46 -0700 Subject: [PATCH 2/2] Added known issues --- README.md | 2 +- jekyll_files/CHANGELOG.md | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6821114..71a2a68 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See .github/workflows/main.yml for Node and NPM version used. ## Change Log -See CHANGELOG [here](./CHANGELOG.md). +See CHANGELOG [here](./jekyll_files/CHANGELOG.md). ## Contribution diff --git a/jekyll_files/CHANGELOG.md b/jekyll_files/CHANGELOG.md index f3f52d0..3da18c6 100644 --- a/jekyll_files/CHANGELOG.md +++ b/jekyll_files/CHANGELOG.md @@ -1,6 +1,10 @@ --- layout: default +title: Changelog +nav_order: 4 --- +# Laserfiche SharePoint Online Integration Changelog + ## 1.0.0.280 ### Features @@ -10,7 +14,10 @@ layout: default - Ability to view your Laserfiche repository from within SharePoint ### Known Issues +- **488127:** Importing file from repository explorer hits a dead end when invalid metadata is entered + - **Workaround:** Press the cancel button and restart import process. +- **488097:** Admin Configuration page appears interactive when user is logged out + - **Workaround:** To edit the configuration, click the "Sign In" button. +- **487980:** If configured Laserfiche template is deleted, profile configuration page does not show a good error. + - **Workaround:** Delete the profile or reconfigure the metadata of the profile. -### Fixes - -### Chore & Maintenance