workflow with approval officially works
This commit is contained in:
parent
a78932b3b2
commit
59afc74303
7 changed files with 15 additions and 54 deletions
|
|
@ -36,10 +36,8 @@ use WebGUI ();
|
|||
use WebGUI::Utility ();
|
||||
use File::Find ();
|
||||
my @modules = ();
|
||||
##The Automated_Information module includes code that requires that $session be active when it is
|
||||
##called. By preloading it before $session is defined, it causes all of the generated information
|
||||
#to be empty
|
||||
my @excludes = qw(WebGUI::i18n::English::Automated_Information);
|
||||
# these modules should always be skipped
|
||||
my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler);
|
||||
open(FILE,"<".$webguiRoot."/sbin/preload.exclude");
|
||||
while (<FILE>) {
|
||||
chomp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue