canAccess() and Clusters
Shouldnt i be able to use public static function canAccess(): bool
{
return false;
}
} to stop a user from accessing a cluster and its contents? Obviously testing in its simplest form. Right now it doesnt appear to do anything.
{
return false;
}
} to stop a user from accessing a cluster and its contents? Obviously testing in its simplest form. Right now it doesnt appear to do anything.
Solution
ah, seems you have to put it on the individual pages within it and not simply on the cluster component itself.