From 1289e3a35d8258b8b135677c03f8d650295ef36c Mon Sep 17 00:00:00 2001 From: Taiji Uchida <63937957+uchi-ta@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:31:26 +0900 Subject: [PATCH] Bug fixed: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・サブディレクトリ環境でFullCalendarのレコードURLを正しく生成できない問題を解消。 --- Implem.CodeDefiner/Implem.CodeDefiner.csproj | 6 +++--- Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj | 6 +++--- Implem.DisplayAccessor/Implem.DisplayAccessor.csproj | 6 +++--- Implem.Factory/Implem.Factory.csproj | 6 +++--- Implem.Libraries/Implem.Libraries.csproj | 6 +++--- Implem.ParameterAccessor/Implem.ParameterAccessor.csproj | 6 +++--- Implem.Pleasanter/Implem.Pleasanter.csproj | 6 +++--- Implem.Pleasanter/wwwroot/scripts/calendar.js | 2 +- Implem.TestAutomation/implem.TestAutomation.csproj | 6 +++--- Rds/Implem.IRds/Implem.IRds.csproj | 6 +++--- Rds/Implem.PostgreSql/Implem.PostgreSql.csproj | 6 +++--- Rds/Implem.SqlServer/Implem.SqlServer.csproj | 6 +++--- 12 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Implem.CodeDefiner/Implem.CodeDefiner.csproj b/Implem.CodeDefiner/Implem.CodeDefiner.csproj index be221a895..80b547049 100644 --- a/Implem.CodeDefiner/Implem.CodeDefiner.csproj +++ b/Implem.CodeDefiner/Implem.CodeDefiner.csproj @@ -5,9 +5,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 This program does the automatic code creation and merging of existing code based on the definition. Also it will make the configuration change of sql server database. - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 Linux diff --git a/Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj b/Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj index 634d81b26..3810a42c5 100644 --- a/Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj +++ b/Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Implem.DisplayAccessor/Implem.DisplayAccessor.csproj b/Implem.DisplayAccessor/Implem.DisplayAccessor.csproj index 07c84759f..378a29b06 100644 --- a/Implem.DisplayAccessor/Implem.DisplayAccessor.csproj +++ b/Implem.DisplayAccessor/Implem.DisplayAccessor.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Implem.Factory/Implem.Factory.csproj b/Implem.Factory/Implem.Factory.csproj index 1468eea51..318e9c6af 100644 --- a/Implem.Factory/Implem.Factory.csproj +++ b/Implem.Factory/Implem.Factory.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Implem.Libraries/Implem.Libraries.csproj b/Implem.Libraries/Implem.Libraries.csproj index 3bec417e5..219eec2e4 100644 --- a/Implem.Libraries/Implem.Libraries.csproj +++ b/Implem.Libraries/Implem.Libraries.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Implem.ParameterAccessor/Implem.ParameterAccessor.csproj b/Implem.ParameterAccessor/Implem.ParameterAccessor.csproj index 52670daa9..4960ea457 100644 --- a/Implem.ParameterAccessor/Implem.ParameterAccessor.csproj +++ b/Implem.ParameterAccessor/Implem.ParameterAccessor.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Implem.Pleasanter/Implem.Pleasanter.csproj b/Implem.Pleasanter/Implem.Pleasanter.csproj index 3592177c4..c7b9bffde 100644 --- a/Implem.Pleasanter/Implem.Pleasanter.csproj +++ b/Implem.Pleasanter/Implem.Pleasanter.csproj @@ -5,9 +5,9 @@ Copyright © Implem Inc 2014 - 2023 Business application platform Implem.Pleasanter - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable Linux ..\docker-compose.dcproj diff --git a/Implem.Pleasanter/wwwroot/scripts/calendar.js b/Implem.Pleasanter/wwwroot/scripts/calendar.js index fb092f994..2b699e34e 100644 --- a/Implem.Pleasanter/wwwroot/scripts/calendar.js +++ b/Implem.Pleasanter/wwwroot/scripts/calendar.js @@ -364,7 +364,7 @@ function setFullCalendar() { locale: supportedLanguages.includes(language) ? language : 'en', selectMirror: true, eventClick: (e) => { - window.location.href = '/items/' + e.event.id + '/edit'; + window.location.href = $('#ApplicationPath').val() + 'items/' + e.event.id + '/edit'; }, select: newRecord, events: getEventsDatas, diff --git a/Implem.TestAutomation/implem.TestAutomation.csproj b/Implem.TestAutomation/implem.TestAutomation.csproj index a432ca421..5c81a3fcf 100644 --- a/Implem.TestAutomation/implem.TestAutomation.csproj +++ b/Implem.TestAutomation/implem.TestAutomation.csproj @@ -4,9 +4,9 @@ Exe net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 Linux diff --git a/Rds/Implem.IRds/Implem.IRds.csproj b/Rds/Implem.IRds/Implem.IRds.csproj index 07c84759f..378a29b06 100644 --- a/Rds/Implem.IRds/Implem.IRds.csproj +++ b/Rds/Implem.IRds/Implem.IRds.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Rds/Implem.PostgreSql/Implem.PostgreSql.csproj b/Rds/Implem.PostgreSql/Implem.PostgreSql.csproj index 6e8170a4e..cd6a0c9ef 100644 --- a/Rds/Implem.PostgreSql/Implem.PostgreSql.csproj +++ b/Rds/Implem.PostgreSql/Implem.PostgreSql.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable diff --git a/Rds/Implem.SqlServer/Implem.SqlServer.csproj b/Rds/Implem.SqlServer/Implem.SqlServer.csproj index 3034e8b98..315a343ba 100644 --- a/Rds/Implem.SqlServer/Implem.SqlServer.csproj +++ b/Rds/Implem.SqlServer/Implem.SqlServer.csproj @@ -3,9 +3,9 @@ net6.0 Copyright © Implem Inc 2014 - 2023 - 1.3.46.0 - 1.3.46.0 - 1.3.46.0 + 1.3.46.1 + 1.3.46.1 + 1.3.46.1 disable