Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
5774a763
Commit
5774a763
authored
Jan 24, 2017
by
Côme Chilliet
Browse files
Removed FIXME tags, created a ticket for the one in simpleManagement
parent
ad46283a
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/bin/fusiondirectory-setup
View file @
5774a763
...
...
@@ -1163,9 +1163,6 @@ sub install_plugins {
# copy includes
create_and_copy_plugin_dir
(
$plugin_path
.
"
/include/
",
$vars
{
fd_home
}
.
"
/include/
");
# copy etc FIXME !!! not right all files goes now to /var/cache/fusiondirectory/plugin
#my $files_dirs_copied = rcopy($plugin_path."/etc/*", $vars{fd_config_dir});
# copy the locales
create_and_copy_plugin_dir
(
$plugin_path
.
"
/locale/
",
$vars
{
fd_home
}
.
"
/locale/plugins/
"
.
$plugin
);
...
...
include/simpleplugin/class_simpleManagement.inc
View file @
5774a763
...
...
@@ -314,7 +314,7 @@ class simpleManagement
'label'
=>
sprintf
(
_
(
'%s template'
),
$i
[
'name'
]),
'category'
=>
$i
[
'aclCategory'
],
'class'
=>
'template'
,
'image'
=>
$i
[
'icon'
],
//FIXME
'image'
=>
$i
[
'icon'
],
'filter'
=>
new
ldapFilter
(
'&'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment