Verified Commit 8f9199c5 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(alias) Activate templates in alias plugin

This will allow to use them in CSV import

issue #6083
parent 353a1c1b
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
This code is part of FusionDirectory (http://www.fusiondirectory.org/) This code is part of FusionDirectory (http://www.fusiondirectory.org/)
Copyright (C) 2010 Antoine Gallavardin Copyright (C) 2010 Antoine Gallavardin
Copyright (C) 2012-2019 FusionDirectory Copyright (C) 2012-2020 FusionDirectory
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
class aliasManagement extends management class aliasManagement extends management
{ {
public static $skipTemplates = FALSE;
/* Default columns */ /* Default columns */
public static $columns = [ public static $columns = [
['ObjectTypeColumn', []], ['ObjectTypeColumn', []],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment