Disable search field in value help

This commit is contained in:
Uwe Klinger
2021-06-16 11:02:00 +02:00
parent d2bd4c5bb1
commit f2877db34f

View File

@@ -119,3 +119,8 @@ annotate AdminService.Books with {
} }
); );
} }
annotate AdminService.Suppliers with
@(Capabilities.SearchRestrictions : {
Searchable : false
});