Skip to content

Commit

Permalink
## Bug fixed
Browse files Browse the repository at this point in the history
・新UIで読取専用に設定した状況項目のテキストの視認性が悪い問題を解消。
・新UIで項目の最大文字数を設定した場合にエラーメッセージの表示が不正となる問題を解消。
・新UIでガントチャートを表示した場合に下部の日付表示がずれる問題を解消。
・新UIでサービスのアナウンス機能を利用した際に表示が不正となる問題を解消。
  • Loading branch information
pierre3 committed Apr 12, 2024
1 parent 8d3ee70 commit 2a4ab3d
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 36 deletions.
6 changes: 3 additions & 3 deletions Implem.CodeDefiner/Implem.CodeDefiner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<Description>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.</Description>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Implem.DefinitionAccessor/Implem.DefinitionAccessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Implem.DisplayAccessor/Implem.DisplayAccessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Implem.Factory/Implem.Factory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Implem.Libraries/Implem.Libraries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Implem.ParameterAccessor/Implem.ParameterAccessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions Implem.Pleasanter/Implem.Pleasanter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<Description>Business application platform</Description>
<AssemblyName>Implem.Pleasanter</AssemblyName>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
Expand All @@ -34,7 +34,7 @@
<PackageReference Include="AspNetCoreCurrentRequestContext" Version="2.0.0" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.3" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.3" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="MailKit" Version="4.4.0" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ thead th:has(.control-checkbox) {
border: 1px solid #CECECE;
}

.field-control .control-textbox.error {
border: solid 1px #f00;
}

#SearchField .control-textbox:focus{
border: 1px solid #666666;
}
Expand Down Expand Up @@ -423,6 +427,13 @@ thead th:has(.control-checkbox) {
padding: 4px 8px 4px 8px;
}

.field-control span.control-text.status-preparation,
.field-control span.control-text.status-inprogress,
.field-control span.control-text.status-closed,
.field-control span.control-text.status-rejected {
color: #fff;
}

.field-control pre {
color: #222222;
}
Expand Down Expand Up @@ -511,6 +522,10 @@ fieldset .command-left > button {
color: #222222;
}

.field-control label.error {
z-index: 3;
}

.ui-widget.ui-state-default.ui-multiselect {
padding: 4px 0 4px 8px;
}
Expand Down Expand Up @@ -796,6 +811,11 @@ fieldset .legend{
margin: 16px;
}

#ViewModeContainer #GanttAxis {
margin-left: -2px;
width: calc(100% + 2px);
}

#Editor #RecordHeader {
position: relative;
margin: 0;
Expand Down Expand Up @@ -837,7 +857,7 @@ table.grid tbody td > input {
}

#Editor #EditorTabsContainer.ui-tabs .ui-tabs-panel {
padding: 16px 16px 6px;
padding: 16px 16px 28px;
}

#SummariesSettingsEditor .grid > thead > tr > th:nth-child(3),
Expand Down Expand Up @@ -1554,7 +1574,7 @@ body#login #MainContainer #Application #PortalLink{
}

#MainContainer #Header {
height: 39px;
min-height: 39px;
}

#LoginLogo {
Expand Down
6 changes: 3 additions & 3 deletions Implem.TestAutomation/implem.TestAutomation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Rds/Implem.IRds/Implem.IRds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Rds/Implem.PostgreSql/Implem.PostgreSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Rds/Implem.SqlServer/Implem.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Copyright>Copyright © Implem Inc 2014 - 2024</Copyright>
<AssemblyVersion>1.4.3.0</AssemblyVersion>
<FileVersion>1.4.3.0</FileVersion>
<Version>1.4.3.0</Version>
<AssemblyVersion>1.4.3.1</AssemblyVersion>
<FileVersion>1.4.3.1</FileVersion>
<Version>1.4.3.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 2a4ab3d

Please sign in to comment.