Commit 9546e20
Fix inverted logic in AllowCreateEDocument guard
The return values were swapped — normal posting (no flags) returned false
(blocking creation) while deferred scenarios returned true (allowing it).
Swap exit values so normal posting allows inline creation and suppressed
flows correctly defer to OnAfterPostWhseActivityCompleted.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c6c77d4 commit 9546e20
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
684 | | - | |
| 683 | + | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
0 commit comments