Skip to content

Commit 061c8a4

Browse files
authored
Merge pull request #27 from intento/hotfix/CONTMS-101
CONTMS-101 Fix display route descriptions
2 parents 2c3ba42 + 181c8a0 commit 061c8a4

File tree

4 files changed

+518
-476
lines changed

4 files changed

+518
-476
lines changed

Intento.MT.Plugin.PropertiesForm.Test/Intento.MT.Plugin.PropertiesForm.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="IntentoSDK" Version="1.5.2" />
10+
<PackageReference Include="IntentoSDK" Version="1.5.3" />
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
<PackageReference Include="NUnit" Version="3.12.0" />
1313
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />

Intento.MT.Plugin.PropertiesForm/IntentoMTFormOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ public void Fill(IntentoMTFormOptions res)
302302
res.MemoqAdditional = this.MemoqAdditional;
303303
res.SaveLocally = this.SaveLocally;
304304
res.Routing = this.Routing;
305+
res.RoutingDisplayName = this.RoutingDisplayName;
305306
res._authDict = _authDict == null ? null : new Dictionary<string, string>(_authDict);
306307
}
307308

0 commit comments

Comments
 (0)