1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] cookie consent modal is not shown

This commit is contained in:
Sylvain 2019-06-17 14:56:11 +02:00
parent ff784aef1a
commit 50373b6609
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changelog Fab Manager
- Fix a bug : cookie consent modal is not shown
## v4.0.0 2019 June 17
- Configurable privacy policy and data protection officer

View File

@ -51,7 +51,7 @@ Application.Controllers.controller('CookiesController', ['$scope', '$cookies', '
}
});
// if the GA_ID environment variable was not set, only functional cookies will be set, so user consent is not required
$scope.cookiesState = 'ignore';
if (!Fablab.gaId) $scope.cookiesState = 'ignore';
};
const readCookie = function () {

View File

@ -1,6 +1,6 @@
{
"name": "fab-manager",
"version": "4.0.0",
"version": "4.0.1-dev",
"description": "FabManager is the FabLab management solution. It is web-based, open-source and totally free.",
"keywords": [
"fablab",