From 9dd8c392638e5b82572a366dd3628696ea82fe5b Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Wed, 18 Dec 2024 19:34:22 +0100 Subject: [PATCH] Move Jun-Aug 24 to archive --- guides/providing-services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/providing-services.md b/guides/providing-services.md index 819a15a2e..ba9a7fe60 100644 --- a/guides/providing-services.md +++ b/guides/providing-services.md @@ -379,7 +379,7 @@ Searches the `title` element only. ##### Extend Search to *Associated* Entities ::: warning Node.js: Only w/ streamlined database services -For Node.js projects, this feature is only available with the [streamlined `@cap-js/` database services](../releases/jun24#new-database-services-ga) (default with `@sap/cds` >= 8) +For Node.js projects, this feature is only available with the [streamlined `@cap-js/` database services](../releases/archive/2024/jun24#new-database-services-ga) (default with `@sap/cds` >= 8) ::: ```cds @@ -763,7 +763,7 @@ In addition to server-side input validation as introduced above, this adds a cor -### `@Common.FieldControl` +### `@Common.FieldControl` {#common-fieldcontrol} The input validation for `@Common.FieldControl: #Mandatory` and `@Common.FieldControl: #ReadOnly` is done from the CAP runtimes automatically.