Skip to content

Commit 04bf5e7

Browse files
authored
Merge pull request #46 from NovoaDev/45-bug-erorr-new-rules-parsers-code
45 bug erorr new rules parsers code
2 parents e230aa2 + 34ccad7 commit 04bf5e7

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

Dependency-Graph.Test/Translations/Dependency-Graph.Test.g.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</trans-unit>
166166
<trans-unit id="EnumExtension 2370418707 - EnumValue 983320492 - Property 2879900210" size-unit="char" translate="yes" xml:space="preserve" al-object-target="Enum 1956450053">
167167
<source>Mock</source>
168-
<note from="Developer" annotates="general" priority="2">ESP="WS y Mock"</note>
168+
<note from="Developer" annotates="general" priority="2"></note>
169169
<note from="Xliff Generator" annotates="general" priority="3">EnumExtension FillingProcessTablesMock_ANJ - EnumValue Mock_ANJ - Property Caption</note>
170170
</trans-unit>
171171
</group>

Dependency-Graph.Test/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"allowDownloadingSource": false,
5656
"includeSourceInSymbolFile": false
5757
},
58-
"runtime": "12.0"
59-
}
58+
"runtime": "13.0"
59+
}

Dependency-Graph.Test/src/Test/FillingProcessTablesMockANJ.EnumExt.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enumextension 99990 FillingProcessTablesMock_ANJ extends FillingProcessingTables
66
{
77
value(99990; Mock_ANJ)
88
{
9-
Caption = 'Mock', comment = 'ESP="WS y Mock"';
9+
Caption = 'Mock';
1010
Implementation = FillingProcessingTables_ANJ = FillingProTablesMock_ANJ;
1111
}
1212
}

Dependency-Graph/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"allowDownloadingSource": false,
3131
"includeSourceInSymbolFile": false
3232
},
33-
"runtime": "12.0"
34-
}
33+
"runtime": "13.0"
34+
}

Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ page 80801 Extensions_ANJ
1515

1616
layout
1717
{
18-
area(content)
18+
area(Content)
1919
{
2020
repeater(General)
2121
{

Dependency-Graph/src/Relations/RelationsANJ.Page.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ page 80803 Relations_ANJ
1515

1616
layout
1717
{
18-
area(content)
18+
area(Content)
1919
{
2020
repeater(General)
2121
{

Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ page 80800 DependencyGraphSetup_ANJ
1313

1414
layout
1515
{
16-
area(content)
16+
area(Content)
1717
{
1818
group(Auth)
1919
{
@@ -110,7 +110,7 @@ page 80800 DependencyGraphSetup_ANJ
110110
}
111111
actions
112112
{
113-
area(processing)
113+
area(Processing)
114114
{
115115
action(Extensions)
116116
{

Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ table 80800 DependencyGraphSetup_ANJ
77
Access = Public;
88
Caption = 'Dependency Graph Setup';
99
DataClassification = CustomerContent;
10-
DrillDownPageID = DependencyGraphSetup_ANJ;
10+
DrillDownPageId = DependencyGraphSetup_ANJ;
1111
Extensible = true;
12-
LookupPageID = DependencyGraphSetup_ANJ;
12+
LookupPageId = DependencyGraphSetup_ANJ;
1313

1414
fields
1515
{

0 commit comments

Comments
 (0)