From 452d7a0bbb72d7f84964918834f6aff5438bcfe7 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 26 Mar 2020 10:53:47 +0100 Subject: [PATCH] Small fix which checks if the current Liferay Site is a valid context --- distro/changelog.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index b7c5199..3c23931 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,8 +1,17 @@ - - Added automatic injection of context and token of any AJAX calls + + Small fix which checks if the current Liferay Site is a valid context and avoid to call auth if it is not - + + Added automatic injection of context and token of any AJAX + calls + + First Release