From 49143260d537f14a0e8c246d4c27c6c3512ca420 Mon Sep 17 00:00:00 2001 From: bmortier <benoit.mortier@fusiondirectory.org> Date: Thu, 28 Sep 2023 14:22:23 +0000 Subject: [PATCH] Resolve "There is no mention of askme macro" --- source/fusiondirectory/templates/macro.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/fusiondirectory/templates/macro.rst b/source/fusiondirectory/templates/macro.rst index f9d06cb9..e84f1c82 100644 --- a/source/fusiondirectory/templates/macro.rst +++ b/source/fusiondirectory/templates/macro.rst @@ -27,6 +27,10 @@ There are some special variables which may also be used instead of an LDAP attri * **%callerSN%** gives the SN of the author of the modification * **%callerGIVENNAME%** gives the GIVENNAME of the author of the modification +There is also a macro that is used to ask a value in a field when we use a template + +* %askme% when put in a template this field will appear blank in form and must be filled by the user + Some modifiers do not even require an LDAP attribute name as they generate a value on their own, such as **r** or **d**. Modifiers -- GitLab