Skip to content

Commit

Permalink
Fix documentation for InclusiveFilters (#8322)
Browse files Browse the repository at this point in the history
As discussed in
https://discuss.daml.com/t/registeredtemplates-behaves-as-allindar/1789/5?u=cocreature
the current behavior doesn’t match the docs. There doesn’t seem a good
usecase to change the existing behavior so adapting the docs seems
more sensible.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Dec 17, 2020
1 parent 04a6d4c commit a8776b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ message Filters {
InclusiveFilters inclusive = 1;
}

// If no internal fields are set, no data will be returned.
// If no internal fields are set, no filters will be applied.
message InclusiveFilters {

// A collection of templates.
Expand Down

0 comments on commit a8776b0

Please sign in to comment.