Skip to content

Commit

Permalink
Fix bug which will give ability to filter out primary key fields via …
Browse files Browse the repository at this point in the history
…field filter. This is should not be happen.
  • Loading branch information
Drakonian committed Nov 27, 2024
1 parent e4d13eb commit 789ecf5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Pages/Pag81005.DETSelectFields.al
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ page 81005 "DET Select Fields"
SelectionFilterManagement: Codeunit SelectionFilterManagement;
RecRef: RecordRef;
begin
Rec.Reset();
Rec.SetRange(Included, true);
RecRef.GetTable(Rec);
FieldIdFilter := SelectionFilterManagement.GetSelectionFilter(RecRef, Rec.FieldNo("Field Id"));
Expand Down
Binary file not shown.
Binary file modified Volodymyr Dvernytskyi_Data Editor Tool_Latest.app
Binary file not shown.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "e28d62da-ceb0-46e7-9e06-774bc46f4bac",
"name": "Data Editor Tool",
"publisher": "Volodymyr Dvernytskyi",
"version": "3.1.0.0",
"version": "3.1.0.1",
"brief": "https://vld-nav.com/",
"description": "https://vld-nav.com/",
"privacyStatement": "https://vld-nav.com/",
Expand All @@ -12,16 +12,16 @@
"logo": "./logo.png",
"dependencies": [],
"screenshots": [],
"platform": "23.0.0.0",
"application": "23.0.0.0",
"platform": "24.0.0.0",
"application": "24.0.0.0",
"idRanges": [
{
"from": 81000,
"to": 81100
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "12.2",
"runtime": "13.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
Expand Down

0 comments on commit 789ecf5

Please sign in to comment.