From eea141d2b41691da81fac05d5d56bb55279d1eb8 Mon Sep 17 00:00:00 2001 From: lkmorlan <lkmorlan@493050.no-reply.drupal.org> Date: Fri, 25 May 2018 14:27:02 -0400 Subject: [PATCH] Issue #2139553 by Liam Morland: Add tokens current-date, current-user, and site to token browser --- fillpdf.admin.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fillpdf.admin.inc b/fillpdf.admin.inc index 245fd2c..ab6e39d 100644 --- a/fillpdf.admin.inc +++ b/fillpdf.admin.inc @@ -905,6 +905,9 @@ function _fillpdf_admin_token_form($dialog = FALSE) { 'uc_order', 'uc_order_product', 'random', + 'current-date', + 'current-user', + 'site', ); // If not using Webform Rules, then show potential Webform Tokens -- GitLab