Skip to content

Commit

Permalink
## Bug fixed
Browse files Browse the repository at this point in the history
・サイトパッケージインポート時に、サイトのリンクが解除される場合がある問題を解消。
・削除したサイトを表示するゴミ箱の一覧で、サイトのタイトルが表示されない問題を解消。
・ガイド機能でマークダウンを設定すると表示が崩れる問題を解消。
・「アクセス権の継承」ドロップダウンリストの幅を調整。
  • Loading branch information
pierre3 committed Sep 17, 2024
1 parent 6281619 commit 198f655
Show file tree
Hide file tree
Showing 18 changed files with 76 additions and 51 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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.1</Version>
<Nullable>disable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
Expand Down
13 changes: 7 additions & 6 deletions Implem.Pleasanter/Libraries/DataTypes/Title.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,10 @@ protected void TdTitle(
.Join("&");
if (Id > 0
&& column.SiteSettings?.TableType == Sqls.TableTypes.Normal
&& column.SiteSettings?.GetNoDisplayIfReadOnly(context: context) != true)
&& column.SiteSettings?.GetNoDisplayIfReadOnly(context: context) != true
&& column.SiteSettings?.DisableLinkToEdit != true)
{
if (column.SiteSettings?.DisableLinkToEdit == true)
{
hb.Text(text: DisplayValue);
}
else if (column.SiteSettings?.OpenEditInNewTab == true)
if (column.SiteSettings?.OpenEditInNewTab == true)
{
hb.A(
href: Locations.ItemEdit(
Expand All @@ -349,6 +346,10 @@ protected void TdTitle(
text: DisplayValue);
}
}
else
{
hb.Text(text: DisplayValue);
}
}

public virtual string GridText(Context context, Column column)
Expand Down
5 changes: 4 additions & 1 deletion Implem.Pleasanter/Libraries/SitePackages/SitePackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@ public void ConvertDataId(Context context, Dictionary<long, long> idHash)
context: context,
statements: Rds.SelectItems(
column: Rds.ItemsColumn().ReferenceType(),
where: Rds.ItemsWhere().SiteId(link.SiteId)));
where: Rds.ItemsWhere()
.SiteId(link.SiteId)
.ReferenceType("Sites", _operator: "!="),
top: 1));
switch (destinationType)
{
case "Issues":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static HtmlBuilder Inherit(
? hb.FieldDropDown(
context: context,
controlId: "InheritPermission",
fieldCss: "field-auto-thin",
fieldCss: "field-auto",
controlCss: " auto-postback search",
labelText: Displays.InheritPermission(context: context),
optionCollection: InheritTargets(
Expand Down
6 changes: 6 additions & 0 deletions Implem.Pleasanter/wwwroot/content/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ pre {
padding: 10px 5px 10px;
}

#Guide .markup{
overflow: hidden;
}

#CopyToClipboards > .display-control {
float: left;
cursor: pointer;
Expand Down Expand Up @@ -1890,6 +1894,7 @@ td > .field-normal, td > .field-wide {
}

.field-auto {
display: flex;
width: auto;
height: 45px;
float: left;
Expand All @@ -1910,6 +1915,7 @@ td > .field-normal, td > .field-wide {
.field-auto > .field-control {
width: auto;
float: left;
flex: 1;
}

.field-auto-thin {
Expand Down
2 changes: 1 addition & 1 deletion Implem.Pleasanter/wwwroot/content/styles.min.css

Large diffs are not rendered by default.

27 changes: 18 additions & 9 deletions Implem.Pleasanter/wwwroot/styles/plugins/themes/themes.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,14 @@ html .ui-button.ui-state-disabled:active {
}
}

/* dropdown */
.control-dropdown{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

}

/* input-field */
.control-textbox {
position: relative;
Expand Down Expand Up @@ -608,14 +616,6 @@ html .ui-button.ui-state-disabled:active {
*/
}

/* field-auto-thin */
.field-auto-thin {
.control-dropdown {
max-width: 500px;
width: auto;
}
}

.field-normal {
height: 4em;
}
Expand Down Expand Up @@ -1231,6 +1231,15 @@ body {
.ui-icon {
background-image: url("../images/ui-icons_3d3d3d_256x240.png");
}
.md{
color: var(--guide-text);
p{
margin-bottom: 0;
+{
margin-top: 10px;
}
}
}
}
}

Expand Down Expand Up @@ -1716,7 +1725,7 @@ body:not(:has(#Editor)){
padding: 0 16px !important;
.fieldset {
margin: 0;
+ .fieldset {
+ .fieldset:not(.ui-tabs-panel) {
margin-top: 16px;
}
&.enclosed-half {
Expand Down
6 changes: 6 additions & 0 deletions Implem.Pleasanter/wwwroot/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ pre {
padding: 10px 5px 10px;
}

#Guide .markup{
overflow: hidden;
}

#CopyToClipboards > .display-control {
float: left;
cursor: pointer;
Expand Down Expand Up @@ -1890,6 +1894,7 @@ td > .field-normal, td > .field-wide {
}

.field-auto {
display: flex;
width: auto;
height: 45px;
float: left;
Expand All @@ -1910,6 +1915,7 @@ td > .field-normal, td > .field-wide {
.field-auto > .field-control {
width: auto;
float: left;
flex: 1;
}

.field-auto-thin {
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.8.0</AssemblyVersion>
<FileVersion>1.4.8.0</FileVersion>
<Version>1.4.8.0</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.6.2</AssemblyVersion>
<FileVersion>1.4.6.2</FileVersion>
<Version>1.4.6.2</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.6.2</AssemblyVersion>
<FileVersion>1.4.6.2</FileVersion>
<Version>1.4.6.2</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.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.6.2</AssemblyVersion>
<FileVersion>1.4.6.2</FileVersion>
<Version>1.4.6.2</Version>
<AssemblyVersion>1.4.8.1</AssemblyVersion>
<FileVersion>1.4.8.1</FileVersion>
<Version>1.4.8.1</Version>
<Nullable>disable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 198f655

Please sign in to comment.