-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only resolve template id once (#9837)
While looking at errors produced during command submissions I got confused by the fact that we resolve the template id in the command service. Turns out there is no reason for doing that, our types are just not precise enough. This PR fixes that by making sure that we differentiate between commands where the template id has been resolved and those where it hasn’t. changelog_begin changelog_end
- Loading branch information
1 parent
a645971
commit 25b7e54
Showing
10 changed files
with
153 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.