Updates:
Summary: Import digital objects broken (problem with ACL check)
Owner: [email protected]
Comment #2 on issue 1667 by [email protected]: Import digital objects
broken (problem with ACL check)
http://code.google.com/p/qubit-toolkit/issues/detail?id=1667
David, I set you as owner of this issue because is a problem with the ACL
check at line 26 of file digitalobject/actions/uploadAction.class.php:
if (!QubitAcl::check($this->informationObject, 'update'))
{
throw new sfException;
}
The check always returns false. I have followed the problem until line 817,
file qbAclPlugin/lib/vendor/Zend/Acl.php, where I don't know what to do,
but next code always is false:
817 return self::TYPE_ALLOW === $ruleTypeAllPrivileges;
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.