From 6aa55dc38bb8657ba221ce67763e823949fb3588 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 14:56:25 +0000 Subject: [PATCH] Update reporting-plugins.md --- .../legacy-server-side-extensions/reporting-plugins.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md b/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md index 72836733621..b93b7adc76e 100644 --- a/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md +++ b/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md @@ -110,10 +110,10 @@ TABLE\_MODEL ### AggregationService -| :warning: **Import Note on Authorization** | -|:---------------------------| -| In AggregationServices and IngestionServices, the service programmer needs to ensure proper authorization by himself. He can do so by using the methods from [IAuthorizationService](http://svnsis.ethz.ch/doc/openbis/current/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/authorization/IAuthorizationService.html). The user id, which is needed when calling these methods, can be obtained from `DataSetProcessingContext` (when using Java), or the variable `userId` (when using Jython). | - +```{warning} +**Import Note on Authorization** +In AggregationServices and IngestionServices, the service programmer needs to ensure proper authorization by himself. He can do so by using the methods from [IAuthorizationService](http://svnsis.ethz.ch/doc/openbis/current/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/authorization/IAuthorizationService.html). The user id, which is needed when calling these methods, can be obtained from `DataSetProcessingContext` (when using Java), or the variable `userId` (when using Jython). +``` **Type: **AGGREGATION\_TABLE\_MODEL -- GitLab