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:
parent
a3b4b33e46
commit
201726fae6
5 changed files with 2 additions and 2 deletions
|
@ -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 $/;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Default user permissions flags
|
|
@ -1 +0,0 @@
|
|||
Detailed staff user permissions
|
Loading…
Reference in a new issue