#5926: ACL model and fullTableName
------------------------------+---------------------------------------------
Reporter: nescha | Type: Bug
Status: new | Priority: High
Milestone: 1.2.x.x | Component: ACL (Access Control List)
Version: RC4 | Severity: Major
Keywords: fullTableName | Php_version: PHP 5
Cake_version: |
------------------------------+---------------------------------------------
1. We are using ACL system with ACL table names (aros, acos, aros_acos)
prepended with some id (i.e. 550006_aros, 550006_acos, 550006_aros_acos)
1. This worked with some old Cake version 1.2.0.6311
1. After upgrade to latest release (1.2.0.7962) errors started to happen
1. Problem was because of invalid reference of join model in find queries
1. We concluded that changing argument for fullTableName() in
[https://trac.cakephp.org/browser/tags/1.2.0.7962/cake/libs/model/db_acl.php#L178
this place] from $table => $this (as it is with previous usage of this
function), it worked
1. I don't know if this is a bug or there is some other usage where this
is needed
--
Ticket URL: <https://trac.cakephp.org/ticket/5926>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" 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/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---