merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
changed WebGUI::Group api to work with the new session api
This commit is contained in:
parent
8071a041fa
commit
c74c1bdcbc
55 changed files with 866 additions and 994 deletions
|
|
@ -182,7 +182,7 @@ return props[propName];
|
|||
}
|
||||
</script>
|
||||
';
|
||||
if (WebGUI::Grouping::isInGroup(2)) {
|
||||
if ($self->session->user->isInGroup(2)) {
|
||||
# This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression.
|
||||
$var{'head.tags'} .= '
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue