Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 4, 2023
2 parents e25962d + 66a8498 commit 2330ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAIN/src/Features/FeatureMgt.Codeunit.al
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ codeunit 70254347 "FeatureMgt_FF_TSL"
Enabled := StrPos(EnabledFeatureIds, '#' + FeatureID + ',') <> 0;
if Session.GetExecutionContext() <> ExecutionContext::Normal then
exit;
if Database.IsInWriteTransaction() then
exit;
NavApp.GetCallerModuleInfo(CallerModuleInfo);
CaptureStateCheck(FeatureID, Enabled, CallerModuleInfo)
end;
Expand Down

0 comments on commit 2330ea6

Please sign in to comment.