diff --git a/Dependency-Graph.Test/Translations/Dependency-Graph.Test.g.xlf b/Dependency-Graph.Test/Translations/Dependency-Graph.Test.g.xlf index 1395d4c..2218cd6 100644 --- a/Dependency-Graph.Test/Translations/Dependency-Graph.Test.g.xlf +++ b/Dependency-Graph.Test/Translations/Dependency-Graph.Test.g.xlf @@ -165,7 +165,7 @@ Mock - ESP="WS y Mock" + EnumExtension FillingProcessTablesMock_ANJ - EnumValue Mock_ANJ - Property Caption diff --git a/Dependency-Graph.Test/app.json b/Dependency-Graph.Test/app.json index 72976bd..901ff95 100644 --- a/Dependency-Graph.Test/app.json +++ b/Dependency-Graph.Test/app.json @@ -55,5 +55,5 @@ "allowDownloadingSource": false, "includeSourceInSymbolFile": false }, - "runtime": "12.0" -} + "runtime": "13.0" +} \ No newline at end of file diff --git a/Dependency-Graph.Test/src/Test/FillingProcessTablesMockANJ.EnumExt.al b/Dependency-Graph.Test/src/Test/FillingProcessTablesMockANJ.EnumExt.al index 0a7a2bb..e57ab02 100644 --- a/Dependency-Graph.Test/src/Test/FillingProcessTablesMockANJ.EnumExt.al +++ b/Dependency-Graph.Test/src/Test/FillingProcessTablesMockANJ.EnumExt.al @@ -6,7 +6,7 @@ enumextension 99990 FillingProcessTablesMock_ANJ extends FillingProcessingTables { value(99990; Mock_ANJ) { - Caption = 'Mock', comment = 'ESP="WS y Mock"'; + Caption = 'Mock'; Implementation = FillingProcessingTables_ANJ = FillingProTablesMock_ANJ; } } \ No newline at end of file diff --git a/Dependency-Graph/app.json b/Dependency-Graph/app.json index 1d718d2..1b6cd4a 100644 --- a/Dependency-Graph/app.json +++ b/Dependency-Graph/app.json @@ -30,5 +30,5 @@ "allowDownloadingSource": false, "includeSourceInSymbolFile": false }, - "runtime": "12.0" -} + "runtime": "13.0" +} \ No newline at end of file diff --git a/Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al b/Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al index 9cd1914..0625019 100644 --- a/Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al +++ b/Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al @@ -15,7 +15,7 @@ page 80801 Extensions_ANJ layout { - area(content) + area(Content) { repeater(General) { diff --git a/Dependency-Graph/src/Relations/RelationsANJ.Page.al b/Dependency-Graph/src/Relations/RelationsANJ.Page.al index 92007bd..a012db3 100644 --- a/Dependency-Graph/src/Relations/RelationsANJ.Page.al +++ b/Dependency-Graph/src/Relations/RelationsANJ.Page.al @@ -15,7 +15,7 @@ page 80803 Relations_ANJ layout { - area(content) + area(Content) { repeater(General) { diff --git a/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al b/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al index c9ccb44..b832c07 100644 --- a/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al +++ b/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al @@ -13,7 +13,7 @@ page 80800 DependencyGraphSetup_ANJ layout { - area(content) + area(Content) { group(Auth) { @@ -110,7 +110,7 @@ page 80800 DependencyGraphSetup_ANJ } actions { - area(processing) + area(Processing) { action(Extensions) { diff --git a/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al b/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al index 5d267a2..505d369 100644 --- a/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al +++ b/Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al @@ -7,9 +7,9 @@ table 80800 DependencyGraphSetup_ANJ Access = Public; Caption = 'Dependency Graph Setup'; DataClassification = CustomerContent; - DrillDownPageID = DependencyGraphSetup_ANJ; + DrillDownPageId = DependencyGraphSetup_ANJ; Extensible = true; - LookupPageID = DependencyGraphSetup_ANJ; + LookupPageId = DependencyGraphSetup_ANJ; fields {