From 0ae8ebbf587bff980f914dc0234050e19a4ff083 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sun, 5 Nov 2017 18:57:56 +0000 Subject: [PATCH] Update comments (#595) --- lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm index 9dbc85141..56d576ed1 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm @@ -7,6 +7,10 @@ # # Conf parameters are just strings in the `nodes` array # +# Important point: fields preceded by '*' are downloaded during manager +# initialization and available directly in $scope array. Example: '*portal' +# implies that portal value is available in $scope.portal +# # All other ideas have to be set in Manager/Build/Attributes.pm ! # DON'T FORGET TO RUN "make json" AFTER EACH CHANGE -- GitLab