Fixing stuff
This commit is contained in:
parent
38c78e3c62
commit
684f08649d
27 changed files with 672 additions and 414 deletions
|
|
@ -205,11 +205,11 @@ sub www_copyList {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_createShortcut ()
|
||||
=head2 www_createShortcut ( )
|
||||
|
||||
=cut
|
||||
|
||||
sub www_createShortcut () {
|
||||
sub www_createShortcut {
|
||||
my $self = shift;
|
||||
return $self->session->privilege->insufficient() unless ($self->session->user->isInGroup(4));
|
||||
my $isOnDashboard = ref $self->getParent eq 'WebGUI::Asset::Wobject::Dashboard';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue