Skip to content

Commit

Permalink
Merge pull request #46 from NovoaDev/45-bug-erorr-new-rules-parsers-code
Browse files Browse the repository at this point in the history
45 bug erorr new rules parsers code
  • Loading branch information
NovoaDev authored Jul 1, 2024
2 parents e230aa2 + 34ccad7 commit 04bf5e7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
</trans-unit>
<trans-unit id="EnumExtension 2370418707 - EnumValue 983320492 - Property 2879900210" size-unit="char" translate="yes" xml:space="preserve" al-object-target="Enum 1956450053">
<source>Mock</source>
<note from="Developer" annotates="general" priority="2">ESP="WS y Mock"</note>
<note from="Developer" annotates="general" priority="2"></note>
<note from="Xliff Generator" annotates="general" priority="3">EnumExtension FillingProcessTablesMock_ANJ - EnumValue Mock_ANJ - Property Caption</note>
</trans-unit>
</group>
Expand Down
4 changes: 2 additions & 2 deletions Dependency-Graph.Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "12.0"
}
"runtime": "13.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
4 changes: 2 additions & 2 deletions Dependency-Graph/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "12.0"
}
"runtime": "13.0"
}
2 changes: 1 addition & 1 deletion Dependency-Graph/src/ExtensionTable/ExtensionsANJ.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ page 80801 Extensions_ANJ

layout
{
area(content)
area(Content)
{
repeater(General)
{
Expand Down
2 changes: 1 addition & 1 deletion Dependency-Graph/src/Relations/RelationsANJ.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ page 80803 Relations_ANJ

layout
{
area(content)
area(Content)
{
repeater(General)
{
Expand Down
4 changes: 2 additions & 2 deletions Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ page 80800 DependencyGraphSetup_ANJ

layout
{
area(content)
area(Content)
{
group(Auth)
{
Expand Down Expand Up @@ -110,7 +110,7 @@ page 80800 DependencyGraphSetup_ANJ
}
actions
{
area(processing)
area(Processing)
{
action(Extensions)
{
Expand Down
4 changes: 2 additions & 2 deletions Dependency-Graph/src/Setup/DependencyGraphSetupANJ.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 04bf5e7

Please sign in to comment.