History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-953
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Chris Roth
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

FT Object admin not respecting permissions, default to news?

Created: 14/Sep/07 08:37 AM   Updated: 19/Nov/08 02:19 PM
Component/s: Formtools
Affects Version/s: 4.0.7
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified

Environment: 2003 ENT, cfmx7.2 iis


 Description  « Hide
fc-dev thread:

http://groups.google.com/group/farcry-dev/browse_thread/thread/bbc3ad8f9298668


Does anyone have custom permissions for custom types working properly
on 4.0.7?

Here's my problem


1. I am using AD
2. I have a group in AD called "MyManagerGroup"
3. An AD user "MyUser" is a member of the AD group above.
4. The AD and FC Group of the same name are both mapped to the
PolicyGroup (same name)
5. I have a Custom Type, lets call it MyCstType
6. I created permissions:


MyCstTypeApprove
MyCstTypeCanApproveOwnContent
MyCstTypeCreate
MyCstTypeDelete
MyCstTypeEdit
MyCstTypeRequestApproval


I then gave the Policy Group "MyManagerGroup" "yes" to each of those.


for admin I have something like:


<ft:objectadmin
        typename="MyCstType"
        permissionset="MyCstType"
        title="MyCstType"
        description="Manage MyCstType"
        columnList="title,datetimelastupdated,datetimecreated,status"
        sortableColumns="title,datetimelastupdated,datetimecreated,status"
        lFilterFields="title"
        sqlorderby="datetimelastupdated,title asc"
        plugin="MyPlugin"
        module="/MyCstType.cfm" />


Refresh app scope, I login as my test user, I get the right webtop
permissions,


When I try to "add" a new MyCstType I get "you do not have edit
permissions"..


If I log in as another AD user, this one set to an AD group
equivelent to "System Admin" I have no problems.


Certainly I am overlooking something.. I just cant figure this out....


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Blair McKenzie - 19/Nov/08 02:19 PM
This issue was fixed partly by the 5.0 security refactoring and partly by a number of smaller fixes to how objectadmin retrieves the permissions.