Bug 13632: Populate user_flags and permissions tables in the web installer

Move the 2 specific 'en' files outside of the language directory.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2015-09-22 09:50:15 +01:00 committed by Tomas Cohen Arazi
parent a3b4b33e46
commit 201726fae6
5 changed files with 2 additions and 2 deletions

View file

@ -304,6 +304,8 @@ sub load_sql_in_order {
# Make sure the global sysprefs.sql file is loaded first
my $globalsysprefs = C4::Context->config('intranetdir') . "/installer/data/$self->{dbms}/sysprefs.sql";
unshift(@fnames, $globalsysprefs);
push @fnames, C4::Context->config('intranetdir') . "/installer/data/mysql/userflags.sql";
push @fnames, C4::Context->config('intranetdir') . "/installer/data/mysql/userpermissions.sql";
foreach my $file (@fnames) {
# warn $file;
undef $/;

View file

@ -1 +0,0 @@
Default user permissions flags

View file

@ -1 +0,0 @@
Detailed staff user permissions