From 827badd89eb93c9060cdbfb9dc757738de8fe1b9 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Wed, 12 Dec 2018 11:55:46 +0100 Subject: [PATCH] Allow non admin users to get properties allow_public_connection and public_token --- vas/rest/conf/selected_properties.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vas/rest/conf/selected_properties.inc b/vas/rest/conf/selected_properties.inc index a96cc600..a93f5fc5 100644 --- a/vas/rest/conf/selected_properties.inc +++ b/vas/rest/conf/selected_properties.inc @@ -109,6 +109,8 @@ $aUserFields = Array( 'services_alias', 'doc_alias', 'ws_data_alias', + 'allow_public_connection', + 'public_token', 'domain', 'domain.*', 'page_encoding', -- GitLab